aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk-threads
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-02-07 21:17:20 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-02-07 21:17:20 +0000
commit66d1aa84e24894df9b667bb0503ecc1460d5d67c (patch)
tree165d4db8cbefa319554db0e15b3051a5ba1d4ae7 /x11-toolkits/fltk-threads
parentdf997bbf4ff846ab91f0b4e26908218c9b605c59 (diff)
downloadports-66d1aa84e24894df9b667bb0503ecc1460d5d67c.tar.gz
ports-66d1aa84e24894df9b667bb0503ecc1460d5d67c.zip
Notes
Diffstat (limited to 'x11-toolkits/fltk-threads')
-rw-r--r--x11-toolkits/fltk-threads/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/fltk-threads/Makefile b/x11-toolkits/fltk-threads/Makefile
new file mode 100644
index 000000000000..67868db9d672
--- /dev/null
+++ b/x11-toolkits/fltk-threads/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: fltk-threads
+# Date created: 4 February 2005
+# Whom: Thierry Thomas <thierry@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../fltk/
+
+WITH_THREADS= yes
+
+.include "${MASTERDIR}/Makefile"