diff options
Diffstat (limited to 'net/sctplib/Makefile')
-rw-r--r-- | net/sctplib/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/sctplib/Makefile b/net/sctplib/Makefile new file mode 100644 index 000000000000..d48778d32aab --- /dev/null +++ b/net/sctplib/Makefile @@ -0,0 +1,28 @@ +# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de> +# $FreeBSD$ + +PORTNAME= sctplib +PORTVERSION= 1.0.24 +CATEGORIES= net +MASTER_SITES= https://www.uni-due.de/~be0001/sctplib/download/ + +MAINTAINER= dreibh@iem.uni-due.de +COMMENT= User-space implementation of the SCTP protocol RFC 4960 + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gnome libtool pkgconfig +USE_LDCONFIG= yes +USE_GNOME= glib20 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-sctp-over-udp +INSTALL_TARGET= install-strip +PLIST_FILES= include/sctp.h \ + lib/libsctplib.a \ + lib/libsctplib.so \ + lib/libsctplib.so.1 \ + lib/libsctplib.so.1.0.8 + +.include <bsd.port.mk> |