summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-29 10:45:31 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-29 10:45:31 +0000
commitd65e9005aa08b0c0580e80d5357a9e271f6f65b2 (patch)
treeb5ca7418bbc78b3f782fdc289c51f0c4683eb7b7
parentCleanup objformat-removal fallout (diff)
Add fxscintilla-fox14 , a Fox toolkit reimplementation of Scintilla
editing widget.
Notes
Notes: svn path=/head/; revision=188732
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/fxscintilla-fox14/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 23670f2bbdbf..fbc6b19d3847 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -34,6 +34,7 @@
SUBDIR += fxscintilla
SUBDIR += fxscintilla-fox10
SUBDIR += fxscintilla-fox12
+ SUBDIR += fxscintilla-fox14
SUBDIR += gai
SUBDIR += gal
SUBDIR += gal2
diff --git a/x11-toolkits/fxscintilla-fox14/Makefile b/x11-toolkits/fxscintilla-fox14/Makefile
new file mode 100644
index 000000000000..1ea5aba6e2d1
--- /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"