diff options
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" |