summaryrefslogtreecommitdiff
path: root/security/portscanner/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/portscanner/Makefile')
-rw-r--r--security/portscanner/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile
new file mode 100644
index 000000000000..700a12283bcc
--- /dev/null
+++ b/security/portscanner/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: portscanner
+# Version required: 1.0
+# Date created: 11 August 1998
+# Whom: Bill Fumerola <billf@chc-chimes.com>
+#
+# $Id: $
+#
+
+DISTNAME= PortScanner-1.0
+PKGNAME= portscanner-1.0
+CATEGORIES= net
+MASTER_SITES= http://www.ameth.org/~veilleux/ \
+ http://www.FreeBSD.org/~billf/
+
+MAINTAINER= billf@FreeBSD.org
+
+WRKSRC= ${WRKDIR}
+
+do-build:
+
+ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
+
+do-install:
+
+ ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
+
+.include <bsd.port.mk>