summaryrefslogtreecommitdiff
path: root/graphics/aqsis/options.mk
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-30 01:59:12 +0000
committerdholland <dholland@pkgsrc.org>2012-04-30 01:59:12 +0000
commitceb1ac43d5d3b392cb8f65346b1b163d4c825daa (patch)
treed796558ea4808c8125e76407ad947f14b6b1da76 /graphics/aqsis/options.mk
parent061938ef4907c77379d1c10030b8d2f27c11823d (diff)
downloadpkgsrc-ceb1ac43d5d3b392cb8f65346b1b163d4c825daa.tar.gz
Update to 1.8.1. Changes: 10 years of development.
Add missing DESTDIR support. Restriction: so far the GUI parts, which require qt4, are not built by default, and probably won't build yet if enabled.
Diffstat (limited to 'graphics/aqsis/options.mk')
-rw-r--r--graphics/aqsis/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/aqsis/options.mk b/graphics/aqsis/options.mk
new file mode 100644
index 00000000000..228e35678dd
--- /dev/null
+++ b/graphics/aqsis/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2012/04/30 01:59:12 dholland Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.aqsis
+PKG_SUPPORTED_OPTIONS= qt4
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= qt4
+
+.if !empty(PKG_OPTIONS:Mqt4)
+.include "../../x11/qt4-libs/buildlink3.mk"
+PLIST.qt4= yes
+.endif