summaryrefslogtreecommitdiff
path: root/net/pscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pscan/Makefile')
-rw-r--r--net/pscan/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/pscan/Makefile b/net/pscan/Makefile
deleted file mode 100644
index e96b4ee756e..00000000000
--- a/net/pscan/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2002/08/05 08:09:27 cjs Exp $
-# FreeBSD Id: ports/security/pscan/Makefile,v 1.4 2001/08/23 09:07:29 kris Exp
-
-DISTNAME= pscan
-PKGNAME= pscan-1.3
-CATEGORIES= security devel
-MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.striker.ottawa.on.ca/~aland/pscan/
-COMMENT= Security C code scanner for misuse of format strings
-
-ALL_TARGET= pscan
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats
-
-.include "../../mk/bsd.pkg.mk"