aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p0f/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p0f/Makefile')
-rw-r--r--net-mgmt/p0f/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile
deleted file mode 100644
index f5731c383453..000000000000
--- a/net-mgmt/p0f/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: p0f
-# Date created: 2000-06-12
-# Whom: Trevor Johnson
-#
-# $FreeBSD$
-#
-
-PORTNAME= p0f
-PORTVERSION= 1.7
-CATEGORIES= net
-MASTER_SITES= http://lcamtuf.hack.pl/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= trevor@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-post-patch:
- @${PERL} -pi -e "s=/etc=${PREFIX}/etc=g" ${WRKSRC}/p0f.c
- @${PERL} -pi -e "s=/etc=${PREFIX}/etc=g" ${WRKSRC}/README
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/p0f ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/p0f
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/p0f
-.endif
-
-.include <bsd.port.mk>