f2b6a1cb31
Big-endian architectures had a superfluous #error. Merge upstream commit to fix it. PR: 240470 Approved by: dreibh@iem.uni-due.de (maintainer), linimon (mentor)
29 lines
728 B
Makefile
29 lines
728 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= socketapi
|
|
PORTVERSION= 2.2.16
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.uni-due.de/~be0001/sctplib/download/
|
|
|
|
PATCH_SITES= https://github.com/dreibh/socketapi/commit/
|
|
PATCHFILES= afeb56202fa44daddff64500f03785b490e11c12.patch:-p1
|
|
|
|
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_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-sctp-over-udp
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lsctplib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|