summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt2-static
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-02-22 14:18:24 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-02-22 14:18:24 +0000
commitaa932176504d033fce6854e0cb24cf4485e1c74b (patch)
treee192bfcb78c104827aa4bcf149cf3d97c2e7479a /x11-toolkits/qt2-static
parentUse a relative include for the files/manpages file. (diff)
Add a qt22 slave port, which sets WANT_STATIC and builds the real qt22.
Notes
Notes: svn path=/head/; revision=38609
Diffstat (limited to 'x11-toolkits/qt2-static')
-rw-r--r--x11-toolkits/qt2-static/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-toolkits/qt2-static/Makefile b/x11-toolkits/qt2-static/Makefile
new file mode 100644
index 000000000000..04a7e109a6bd
--- /dev/null
+++ b/x11-toolkits/qt2-static/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: qt22-static
+# Date created: 22 February 2001
+# Whom: alex
+#
+# $FreeBSD$
+#
+
+PORTNAME= qt
+PKGNAMESUFFIX= -static
+
+MAINTAINER= ports@freebsd.org
+
+WANT_STATIC= yes
+
+MASTERDIR= ${.CURDIR}/../qt22
+
+.include "${MASTERDIR}/Makefile"