From a4e21b17ce97d989413303a517646deaf5ff56c8 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 4 May 1999 03:51:57 +0000 Subject: Build libsnmp as a shared object with libtool. Bump version to "...p1". --- net/ucd-snmp/Makefile | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) (limited to 'net/ucd-snmp/Makefile') diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 0ffd2e91f98..5954236f809 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 1999/04/21 20:47:22 abs Exp $ +# $NetBSD: Makefile,v 1.12 1999/05/04 03:51:57 tv Exp $ # FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp # DISTNAME= ucd-snmp-3.6.1 +PKGNAME= ucd-snmp-3.6.1p1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ @@ -10,35 +11,25 @@ MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ece.ucdavis.edu/ucd-snmp/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-defaults -CONFIGURE_ARGS+= --with-libwrap -# note the default appends a redundant and silly ".log" -CONFIGURE_ARGS+= --with-logfile="/var/log/snmpd" -# this might make it easier to use scotty's mibs, and local ones too -CONFIGURE_ARGS+= --with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs" +CONFIGURE_ARGS+=--with-defaults --with-libwrap --with-logfile="/var/log/snmpd" -# pass down PKG_PREFIX to simulate pkg_add's environment -MAKE_ENV+= PKG_PREFIX="${PREFIX}" +# this might make it easier to use scotty's mibs, and local ones too +CONFIGURE_ARGS+=--with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs" -.include "../../mk/bsd.prefs.mk" +# provide path to libtool's lib directory: +MAKE_ENV= CC_RUNTIME_ARG="-L../snmplib/.libs -L../../snmplib/.libs" -pre-configure: - (cd ${WRKSRC}; autoreconf --force) +# deal with libwrap bogosity by providing these variables to programs which +# do not supply them: +post-extract: + @${ECHO} 'int allow_severity, deny_severity;' >${WRKSRC}/snmplib/libwrap.c -# Need to run INSTALL script as this doesn't happen automagically from pkgsrc. post-install: @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/etc/* ; do \ - ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; \ - done - ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/snmpd.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${PREFIX}/etc/rc.d/snmpd.sh - ${CHMOD} 755 ${PREFIX}/etc/rc.d/snmpd.sh + ${INSTALL_DATA} ${WRKSRC}/etc/* ${PREFIX}/share/examples/ucd-snmp ${INSTALL_DATA_DIR} ${PREFIX}/lib/snmp/dlmod - ${TOUCH} ${PREFIX}/lib/snmp/dlmod/.keepme .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3