diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 23:38:39 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 23:38:39 +0800 |
commit | 02a5f6113a7b11ee8d31565c059b2e5c79f15c2a (patch) | |
tree | 4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /net/fonulator | |
parent | b69d9dc2cb9b042972209b6595ba20abc543f6b5 (diff) | |
download | freebsd-ports-gnome-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.tar.gz freebsd-ports-gnome-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.tar.zst freebsd-ports-gnome-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.zip |
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'net/fonulator')
-rw-r--r-- | net/fonulator/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/fonulator/Makefile b/net/fonulator/Makefile index 7cd6f1dffe0b..01f00d9c99b7 100644 --- a/net/fonulator/Makefile +++ b/net/fonulator/Makefile @@ -3,21 +3,22 @@ PORTNAME= fonulator PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net net-mgmt MASTER_SITES= http://support.red-fone.com/fonulator/ MAINTAINER= fjoe@FreeBSD.org COMMENT= FoneBRIDGE configuration utility +BUILD_DEPENDS= ${LOCALBASE}/lib/libargtable2.a:${PORTSDIR}/devel/argtable\ + ${LOCALBASE}/lib/libfb.a:${PORTSDIR}/net/libfb +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${LIBNET_CPPFLAGS} LDFLAGS+= ${LIBNET_LIBS:N-l*} CONFIGURE_ARGS= --disable-shared -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet\ - ${LOCALBASE}/lib/libargtable2.a:${PORTSDIR}/devel/argtable\ - ${LOCALBASE}/lib/libfb.a:${PORTSDIR}/net/libfb LIBNET_CONFIG= ${LOCALBASE}/bin/libnet11-config PLIST_FILES= bin/fonulator \ |