diff options
Diffstat (limited to 'x11-toolkits/fxscintilla-fox14')
-rw-r--r-- | x11-toolkits/fxscintilla-fox14/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/fxscintilla-fox14/Makefile b/x11-toolkits/fxscintilla-fox14/Makefile new file mode 100644 index 00000000000..1ea5aba6e2d --- /dev/null +++ b/x11-toolkits/fxscintilla-fox14/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: fxscintilla-fox14 +# Date created: Mar 29 2007 +# Whom: Rong-En Fan <rafan@FreeBSD.org> +# +# $FreeBSD$ + +PKGNAMESUFFIX= -fox14 + +WITH_FOX14= yes + +MASTERDIR= ${.CURDIR}/../fxscintilla + +.include "${MASTERDIR}/Makefile" |