aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-regex
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-09 11:52:40 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-09 11:52:40 +0000
commit79178f978f5065a6ab343dda7798b3ac6d4d0947 (patch)
tree4241d61857b6c9d4e12367f9da229718788d1703 /net-mgmt/bsnmp-regex
parent4f3894d72c3b2e96d69b720a50d4926565f46d16 (diff)
downloadports-79178f978f5065a6ab343dda7798b3ac6d4d0947.tar.gz
ports-79178f978f5065a6ab343dda7798b3ac6d4d0947.zip
Add USES=libtool and INSTALL_TARGET=install-strip
Notes
Notes: svn path=/head/; revision=361355
Diffstat (limited to 'net-mgmt/bsnmp-regex')
-rw-r--r--net-mgmt/bsnmp-regex/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile
index d185366d4fe0..de55fa1bfdef 100644
--- a/net-mgmt/bsnmp-regex/Makefile
+++ b/net-mgmt/bsnmp-regex/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bsnmp-regex
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://thewalter.net/stef/software/bsnmp-regex/
@@ -13,12 +14,14 @@ LICENSE= BSD
GNU_CONFIGURE= yes
CPPFLAGS+= "-I${LOCALBASE}/include"
+INSTALL_TARGET= install-strip
+USES= libtool
OPTIONS_DEFINE= DEBUG PCRE
PCRE_DESC= Use PCRE instead of the default regex library
PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
- lib/snmp_regex.a lib/snmp_regex.la man/man1/sockin.1.gz \
+ lib/snmp_regex.so.0.0.0 lib/snmp_regex.a man/man1/sockin.1.gz \
man/man5/bsnmp-regex.conf.5.gz \
man/man8/bsnmp-regex.8.gz
@@ -31,7 +34,7 @@ CONFIGURE_ARGS+=--disable-debug
.endif
.if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.else
CONFIGURE_ARGS+= --disable-pcre