diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-11 08:00:56 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-11 08:00:56 +0000 |
commit | 133ad30cbb64b74928fce1b4e4457acc73d2ca90 (patch) | |
tree | 9e702c7c6cabaacaff344b2152dba8fa932c3580 /net/libnids/Makefile | |
parent | 48b730c65da44c72d99a1cdc3c5aaf1ddf49b63f (diff) | |
download | pkgsrc-133ad30cbb64b74928fce1b4e4457acc73d2ca90.tar.gz |
libnids 1.13
Diffstat (limited to 'net/libnids/Makefile')
-rw-r--r-- | net/libnids/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile new file mode 100644 index 00000000000..4385adb2685 --- /dev/null +++ b/net/libnids/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: libnids +# Date created: 08 Jan 2000 +# Whom: kris@FreeBSD.org +# +# $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $ +# + +PORTNAME= libnids +PORTVERSION= 1.13 +CATEGORIES= net security +MASTER_SITES= http://www.packetfactory.net/Projects/libnids/dist/ + +MAINTAINER= kris@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet + +GNU_CONFIGURE= yes + +MAN3= libnids.3 + +do-install: + ${INSTALL_DATA} ${WRKSRC}/src/nids.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/src/libnids.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/src/libnids.3 ${PREFIX}/man/man3 + +.include <bsd.port.mk> |