aboutsummaryrefslogtreecommitdiff
path: root/net/libnids/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-28 05:58:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-28 05:58:50 +0000
commit270b3b08553ef69f4edf15ed02937dbf1423083e (patch)
tree56aafad1948035cad8d17d60970561c628680fc1 /net/libnids/Makefile
parent26414295e4843f23c650bfcf76002433ee9710ce (diff)
Notes
Diffstat (limited to 'net/libnids/Makefile')
-rw-r--r--net/libnids/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index 36a587252188..b627e8a409fd 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -1,11 +1,11 @@
# New ports collection makefile for: libnids
-# Version required: 1.12
+# Version required: 1.13
# Date created: 08 Jan 2000
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
-DISTNAME= libnids-1.12
+DISTNAME= libnids-1.13
CATEGORIES= net
MASTER_SITES= http://www.packetfactory.net/libnids/dist/
@@ -13,13 +13,13 @@ MAINTAINER= kris@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+GNU_CONFIGURE= yes
+
+MAN3= libnids
+
do-install:
${INSTALL_DATA} ${WRKSRC}/src/nids.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/src/libnids.a ${PREFIX}/lib
- ${MKDIR} ${PREFIX}/share/doc/libnids
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libnids
- ${INSTALL_DATA} ${WRKSRC}/MISC ${PREFIX}/share/doc/libnids
- ${INSTALL_DATA} ${WRKSRC}/doc/API ${PREFIX}/share/doc/libnids
- ${INSTALL_DATA} ${WRKSRC}/doc/TESTS ${PREFIX}/share/doc/libnids
+ ${INSTALL_DATA} ${WRKSRC}/src/libnids.3 ${PREFIX}/man/man3
.include <bsd.port.mk>