mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
ChangeLog: https://www.nntb.no/~dreibh/sctplib/ PR: 275601 Reported by: thomas.dreibholz@gmail.com (maintainer)
26 lines
615 B
Makefile
26 lines
615 B
Makefile
PORTNAME= sctplib
|
|
PORTVERSION= 1.0.31
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.nntb.no/~dreibh/sctplib/download/
|
|
|
|
MAINTAINER= thomas.dreibholz@gmail.com
|
|
COMMENT= User-space implementation of the SCTP protocol RFC 4960
|
|
WWW= https://www.nntb.no/~dreibh/sctplib/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gnome libtool pkgconfig
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
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>
|