diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 21:18:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 21:18:24 +0000 |
commit | 7b32cc6cf91a556ec1caa017c98ac39b67bd4f1c (patch) | |
tree | e0126e2509b740e47b67d4dc1f804389b4beee46 /security/altivore/Makefile | |
parent | Add --enable-zvt if compiled with GNOME support so things will work (diff) |
New port altivore version 0.9.3: A publically disclosed (neither
GPL nor open-source) ala Carnivore src
PR: 31111
Submitted by: Justin Stanford <jus@security.za.net>
Reviewed by: des (licensing issues)
Notes
Notes:
svn path=/head/; revision=48627
Diffstat (limited to 'security/altivore/Makefile')
-rw-r--r-- | security/altivore/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/altivore/Makefile b/security/altivore/Makefile new file mode 100644 index 000000000000..0a1913e8ec2c --- /dev/null +++ b/security/altivore/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: altivore +# Date created: 08 Oct 2001 +# Whom: Justin Stanford <jus@security.za.net> +# +# $FreeBSD$ +# + +PORTNAME= altivore +PORTVERSION= 0.9.3 +CATEGORIES= security +MASTER_SITES= http://www.networkice.com/altivore/ +DISTNAME= altivore +EXTRACT_SUFX= .c + +MAINTAINER= jus@security.za.net + +RESTRICTED= License does not allow redistribution in any form\ + (source, code or otherwise) + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +post-patch: + @${PERL} -pi -e "s/
//" ${WRKDIR}/${DISTFILES} + +do-install: + @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} \ + ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${PKGMESSAGE} \ + ${PREFIX}/share/examples/${PORTNAME}/README + + @${SED} -e "s!/usr/local/!${PREFIX}/!" ${PKGMESSAGE} + +.include <bsd.port.mk> |