ports/net/socketapi/Makefile
Fernando Apesteguía 1133238a93 net/socketapi: Update to 2.2.19
ChangeLog:
dd530765e0

While here pet linters.

PR:	255178
Reported by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2021-04-25 13:38:37 +02:00

26 lines
596 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
PORTNAME= socketapi
PORTVERSION= 2.2.19
CATEGORIES= net
MASTER_SITES= https://www.uni-due.de/~be0001/sctplib/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= Socket API library for the SCTPLIB user-space SCTP implementation
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsctplib.so:net/sctplib
USES= gnome libtool pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-sctp-over-udp
INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib -lsctplib
.include <bsd.port.mk>