aboutsummaryrefslogtreecommitdiff
path: root/net/nepim
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 15:51:10 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 15:51:10 +0000
commitfb8e0beedf441e719e3c41800c03102918b3a7aa (patch)
tree3c52bdcfa79a155e7dfddcda825f6d2416dbac3b /net/nepim
parentba6918d110306cbaa0a734d458be93c7f15703e3 (diff)
downloadports-fb8e0beedf441e719e3c41800c03102918b3a7aa.tar.gz
ports-fb8e0beedf441e719e3c41800c03102918b3a7aa.zip
Notes
Diffstat (limited to 'net/nepim')
-rw-r--r--net/nepim/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/net/nepim/Makefile b/net/nepim/Makefile
index 7cc1347cfb3e..f5144fc94b92 100644
--- a/net/nepim/Makefile
+++ b/net/nepim/Makefile
@@ -10,26 +10,21 @@ MASTER_SITE_SUBDIR= nepim
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for measuring available bandwidth between hosts
-LIB_DEPENDS= oop.4:${PORTSDIR}/devel/liboop
+LIB_DEPENDS= liboop.so:${PORTSDIR}/devel/liboop
USES= gmake
ALL_TARGET= default
-
WRKSRC= ${WRKDIR}/${DISTNAME}/src
+CFLAGS+= -DHAVE_IP_MREQ -DHAVE_IPV6_MREQ -DHAVE_IP_MREQN \
+ -DHAVE_GROUP_SOURCE_REQ
PLIST_FILES= bin/nepim
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nepim ${PREFIX}/bin
-
-.include <bsd.port.pre.mk>
-
-CFLAGS+= -DHAVE_IP_MREQ -DHAVE_IPV6_MREQ -DHAVE_IP_MREQN \
- -DHAVE_GROUP_SOURCE_REQ
+ ${INSTALL_PROGRAM} ${WRKSRC}/nepim ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>