ports/mail/libsrs2/Makefile

25 lines
305 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = SRS library
DISTNAME = libsrs2-1.0.18
SHARED_LIBS = srs2 0.0
CATEGORIES = mail
HOMEPAGE = http://www.libsrs2.org/
MAINTAINER = Joerg Jung <jung@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
WANTLIB = c
2023-09-26 17:06:53 +00:00
SITES = ${HOMEPAGE}/srs/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>