diff options
Diffstat (limited to 'x11-toolkits/fxscintilla-fox10')
-rw-r--r-- | x11-toolkits/fxscintilla-fox10/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/fxscintilla-fox10/Makefile b/x11-toolkits/fxscintilla-fox10/Makefile new file mode 100644 index 00000000000..92c4839e0f9 --- /dev/null +++ b/x11-toolkits/fxscintilla-fox10/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: fxscintilla-fox10 +# Date created: 18 Dec 2004 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ + +PKGNAMESUFFIX= -fox10 + +WITH_FOX10= yes + +MASTERDIR= ${.CURDIR}/../fxscintilla + +.include "${MASTERDIR}/Makefile" |