aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
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
parent423a038944d48ec1029ca224e2698456c37b04a0 (diff)
downloadports-aa932176504d033fce6854e0cb24cf4485e1c74b.tar.gz
ports-aa932176504d033fce6854e0cb24cf4485e1c74b.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/qt2-static/Makefile17
-rw-r--r--x11-toolkits/qt22-static/Makefile17
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index fbd4ccff97f6..82f91d8f19cc 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -75,6 +75,7 @@
SUBDIR += py-wxPython
SUBDIR += qt145
SUBDIR += qt22
+ SUBDIR += qt22-static
SUBDIR += rep-gtk
SUBDIR += ruby-fltk
SUBDIR += ruby-gtk
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"
diff --git a/x11-toolkits/qt22-static/Makefile b/x11-toolkits/qt22-static/Makefile
new file mode 100644
index 000000000000..04a7e109a6bd
--- /dev/null
+++ b/x11-toolkits/qt22-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"