diff options
author | skrll <skrll> | 2000-08-31 18:02:22 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-08-31 18:02:22 +0000 |
commit | 78e67d13c93423190cb503cef8180fc91f85833f (patch) | |
tree | 20295e1c0555b39e9cd122b27cc123acc9c67c26 /net/nocol | |
parent | 510c1f3b0fea26c52b675ce177ca35c654dc5ad0 (diff) | |
download | pkgsrc-78e67d13c93423190cb503cef8180fc91f85833f.tar.gz |
Use internal libtool. Should fix PR#10916.
Diffstat (limited to 'net/nocol')
-rw-r--r-- | net/nocol/Makefile | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile index dca535b6768..edbbb7828c6 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,17 +1,24 @@ -# $NetBSD: Makefile,v 1.9 2000/08/26 17:15:05 veego Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/31 18:02:22 skrll Exp $ # -DISTNAME= nocol-4.3.1 -PKGNAME= nocol-4.3.1nb1 -CATEGORIES= net -MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ +DISTNAME= nocol-4.3.1 +PKGNAME= nocol-4.3.1nb1 +CATEGORIES= net +MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.netplex-tech.com/software/nocol/ +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.netplex-tech.com/software/nocol/ -USE_PERL5= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= ./Configure +CONFIGURE_ARGS+= < ${FILESDIR}/answers -INSTALL_TARGET= install root +USE_PERL5= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/cmu-snmp/snmp/ltconfig \ + ${WRKSRC}/cmu-snmp/snmpapps/ltconfig + +INSTALL_TARGET= install root post-patch: @(hostname=`/bin/hostname`; \ @@ -46,7 +53,4 @@ post-install: ${PREFIX}/share/nocol/gifs; \ done -do-configure: - (cd ${WRKSRC}; ./Configure < answers) - .include "../../mk/bsd.pkg.mk" |