freebsd-ports/net/socketapi/Makefile
Piotr Kubaj f2b6a1cb31 net/socketapi: Fix build on big-endian architectures
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)
2019-09-16 12:00:12 +00:00

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>