summaryrefslogtreecommitdiff
path: root/security/lasso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/lasso/Makefile')
-rw-r--r--security/lasso/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile
new file mode 100644
index 00000000000..f873a6a6b7c
--- /dev/null
+++ b/security/lasso/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/02 16:46:01 manu Exp $
+#
+
+CONFIGURE_ARGS+= --disable-python
+CONFIGURE_ARGS+= --disable-php4
+CONFIGURE_ARGS+= --disable-perl
+
+PKG_DESTDIR_SUPPORT= destdir
+
+PYTHON_FOR_BUILD_ONLY= yes
+
+.include "../../security/lasso/Makefile.common"