Enable pkgviews installation.
This commit is contained in:
parent
aa2e550523
commit
25e790f994
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2004/04/25 04:13:14 snj Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2004/04/25 05:35:44 minskim Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libnet-1.0.1b
|
||||
|
@ -10,6 +10,8 @@ MAINTAINER= sakamoto@NetBSD.org
|
|||
HOMEPAGE= http://www.packetfactory.net/libnet/
|
||||
COMMENT= C library for portable packet creation and injection
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:C/l/L/}
|
||||
USE_BUILDLINK3= yes
|
||||
|
||||
|
@ -18,6 +20,8 @@ GNU_CONFIGURE= # defined
|
|||
CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \
|
||||
LIBNET_CONFIG_LIBS="${LDFLAGS}"
|
||||
|
||||
INSTALLATION_DIRS= bin share/examples
|
||||
|
||||
post-extract:
|
||||
${CHMOD} -R a+r ${WRKSRC}/doc
|
||||
|
||||
|
|
Loading…
Reference in a new issue