diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-14 21:40:09 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-14 21:40:09 +0000 |
commit | ade6ec62735eb8df1b1e1112421c3d1639821352 (patch) | |
tree | 2fe11d705b870fdfa6b477653d10e39aebb925e9 /net-mgmt/net-snmp4 | |
parent | b117061f3e15b3c37d4de8356a3927ea5175f8f6 (diff) | |
download | ports-ade6ec62735eb8df1b1e1112421c3d1639821352.tar.gz ports-ade6ec62735eb8df1b1e1112421c3d1639821352.zip |
Notes
Diffstat (limited to 'net-mgmt/net-snmp4')
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/pkg-plist | 6 |
2 files changed, 14 insertions, 13 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 9429245cb58d..ed4ac9fce91b 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/ -MASTER_SITE_SUBDIR= net-snmp +MASTER_SITE_SUBDIR= net-snmp MAINTAINER= ports@FreeBSD.org COMMENT= An extendable SNMP implementation @@ -26,12 +26,13 @@ INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CFLAGS+= -fPIC -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host ucd-snmp/diskio" \ - --with-gnu-ld --with-libwrap --with-libs="-ldevstat" +CONFIGURE_ARGS+= --enable-shared \ + --with-mib-modules="host ucd-snmp/diskio" \ + --with-gnu-ld --with-libwrap --with-libs="-ldevstat" .if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else -IS_INTERACTIVE= yes +IS_INTERACTIVE= yes .endif MAN1= snmpbulkget.1 snmpbulkwalk.1 snmpcmd.1 snmpconf.1 snmpd.1 \ @@ -66,10 +67,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh CONFLICTS= net-snmp-5.* .if defined(WITHOUT_SSL) -CONFIGURE_ARGS+= --without-openssl +CONFIGURE_ARGS+= --without-openssl .else USE_OPENSSL= YES -CONFIGURE_ARGS+= --with-openssl=/usr +CONFIGURE_ARGS+= --with-openssl=/usr CFLAGS+= -DOPENSSL_DES_LIBDES_COMPATIBILITY .endif @@ -83,7 +84,7 @@ CFLAGS+= -Dfreebsd5 .endif .if ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 +CONFIGURE_ARGS+= --enable-ipv6 .endif pre-everything:: @@ -100,8 +101,8 @@ post-patch: ${WRKSRC}/aclocal.m4 post-install: - @( cd ${PREFIX}/bin && strip ${BIN} ) - @( cd ${PREFIX}/sbin && strip ${SBIN} ) + @( cd ${PREFIX}/bin && ${STRIP_CMD} ${BIN} ) + @( cd ${PREFIX}/sbin && ${STRIP_CMD} ${SBIN} ) @${FIND} ${PREFIX}/include/ucd-snmp ${PREFIX}/share/snmp/mibs -type f \ | ${XARGS} ${CHMOD} 644 @${MKDIR} ${PREFIX}/share/examples/ucd-snmp diff --git a/net-mgmt/net-snmp4/pkg-plist b/net-mgmt/net-snmp4/pkg-plist index e7d031a7cbc5..9afa3688e2d0 100644 --- a/net-mgmt/net-snmp4/pkg-plist +++ b/net-mgmt/net-snmp4/pkg-plist @@ -73,9 +73,9 @@ lib/libucdmibs.so lib/libucdmibs.so.%%shlib%% sbin/snmpd sbin/snmptrapd -share/examples/ucd-snmp/EXAMPLE.conf -share/examples/ucd-snmp/ucdDemoPublic.conf -@dirrm share/examples/ucd-snmp +%%EXAMPLESDIR%%/EXAMPLE.conf +%%EXAMPLESDIR%%/ucdDemoPublic.conf +@dirrm %%EXAMPLESDIR%% share/snmp/mib2c.conf share/snmp/mib2c.storage.conf share/snmp/mib2c.vartypes.conf |