diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-07 21:17:20 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-07 21:17:20 +0000 |
commit | 66d1aa84e24894df9b667bb0503ecc1460d5d67c (patch) | |
tree | 165d4db8cbefa319554db0e15b3051a5ba1d4ae7 /x11-toolkits/fltk-threads | |
parent | df997bbf4ff846ab91f0b4e26908218c9b605c59 (diff) |
Add a new slave port, to build FLTK with threads support
(required by math/freefemm++).
Notes
Notes:
svn path=/head/; revision=128243
Diffstat (limited to 'x11-toolkits/fltk-threads')
-rw-r--r-- | x11-toolkits/fltk-threads/Makefile | 12 |
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" |