USE_PKGLIBTOOL -> USE_LIBTOOL
This commit is contained in:
parent
12c9983f4d
commit
f69aaef3d9
4 changed files with 10 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2000/08/14 12:07:45 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2000/08/14 17:45:20 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libnet-1.0.1b
|
||||
|
@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.gz
|
|||
MAINTAINER= sakamoto@netbsd.org
|
||||
HOMEPAGE= http://www.packetfactory.net/libnet/
|
||||
|
||||
USE_PKGLIBTOOL= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \
|
||||
LIBNET_CONFIG_LIBS="${LDFLAGS}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/08 08:25:01 sakamoto Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2000/08/14 17:45:21 wiz Exp $
|
||||
bin/libnet-config
|
||||
include/libnet.h
|
||||
include/libnet/libnet-asn1.h
|
||||
|
@ -8,7 +8,9 @@ include/libnet/libnet-macros.h
|
|||
include/libnet/libnet-ospf.h
|
||||
include/libnet/libnet-structures.h
|
||||
lib/libnet.a
|
||||
lib/libnet.la
|
||||
lib/libnet.so.1.0
|
||||
man/man3/libnet.3
|
||||
@exec ln -s %D/share/doc/libnet/examples %D/share/examples/libnet
|
||||
@unexec rm %D/share/examples/libnet
|
||||
@dirrm include/libnet
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:23 rh Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2000/08/14 17:51:20 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libsmi-0.1.6
|
||||
|
@ -10,7 +10,8 @@ HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/libsmi/
|
|||
|
||||
MIBDIR= ${PREFIX}/share/libsmi/mibs
|
||||
|
||||
USE_PKGLIBTOOL= YES
|
||||
USE_LIBTOOL= YES
|
||||
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
|
||||
GNU_CONFIGURE= YES
|
||||
CPPFLAGS+= -Dstrtoll=strtoq -Dstrtoull=strtouq
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
|
@ -19,7 +20,4 @@ CONFIGURE_ARGS+=--with-mibdir="${MIBDIR}"
|
|||
# and local ones too
|
||||
CONFIGURE_ARGS+=--with-smipath="${MIBDIR}:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs"
|
||||
|
||||
post-configure:
|
||||
@(cd ${WRKSRC}; ${RM} -f libtool; ${LN} -s ${LIBTOOL} libtool)
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/08 07:59:18 sakamoto Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2000/08/14 17:51:21 wiz Exp $
|
||||
bin/smidump
|
||||
bin/smilint
|
||||
bin/smiquery
|
||||
include/smi.h
|
||||
lib/libsmi.a
|
||||
lib/libsmi.la
|
||||
lib/libsmi.so.1.1
|
||||
man/man1/smidump.1
|
||||
man/man1/smilint.1
|
||||
|
|
Loading…
Reference in a new issue