summaryrefslogtreecommitdiff
path: root/security/systrace-policies/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/systrace-policies/Makefile')
-rw-r--r--security/systrace-policies/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/systrace-policies/Makefile b/security/systrace-policies/Makefile
new file mode 100644
index 00000000000..99769f96acd
--- /dev/null
+++ b/security/systrace-policies/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/24 17:11:45 agc Exp $
+
+DISTNAME= hairyeyeball-1.1
+CATEGORIES= security sysutils
+MASTER_SITES= http://www.blafasel.org/~floh/he/releases/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://blafasel.org/~floh/he/
+COMMENT= Systrace policy examples
+
+WRKSRC= ${WRKDIR}/1.1
+
+NO_BUILD= # defined
+
+do-install:
+ dir=${PREFIX}/share/examples/systrace-policies; \
+ ${INSTALL_DATA_DIR} $$dir; \
+ cd ${WRKSRC} && \
+ for f in *; do \
+ ${INSTALL_DATA} $$f $$dir; \
+ done
+
+.include "../../mk/bsd.pkg.mk"