Convert to buildlink3.
This commit is contained in:
parent
96384568b2
commit
ce76fbca08
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.8 2003/11/28 09:42:54 wiz Exp $
|
# $NetBSD: Makefile,v 1.9 2004/04/25 04:18:15 snj Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= isic-0.05
|
DISTNAME= isic-0.05
|
||||||
|
@ -10,14 +10,14 @@ MAINTAINER= hubertf@NetBSD.org
|
||||||
HOMEPAGE= http://www.packetfactory.net/Projects/ISIC/
|
HOMEPAGE= http://www.packetfactory.net/Projects/ISIC/
|
||||||
COMMENT= Ip Stack Integrity Checker (IP, TCP, UDP, ICMP et. al.)
|
COMMENT= Ip Stack Integrity Checker (IP, TCP, UDP, ICMP et. al.)
|
||||||
|
|
||||||
USE_BUILDLINK2= YES
|
USE_BUILDLINK3= YES
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
DIST_SUBDIR= isic
|
DIST_SUBDIR= isic
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/isic.README
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/isic.README
|
||||||
|
|
||||||
.include "../../devel/libnet/buildlink2.mk"
|
.include "../../devel/libnet/buildlink3.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
||||||
# XXX On NetBSD, the egcs and gcc-2.95.3 for:
|
# XXX On NetBSD, the egcs and gcc-2.95.3 for:
|
||||||
|
|
Loading…
Reference in a new issue