aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fxscintilla-fox14
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-03-29 18:45:31 +0800
committerrafan <rafan@FreeBSD.org>2007-03-29 18:45:31 +0800
commitc3fd5bfd9029e1f8f593612c0010e7d6081ffb5a (patch)
treea254024d9bb6e160108b43950c54e50532f5d1c0 /x11-toolkits/fxscintilla-fox14
parent4f9a77ddfb49b3e94e8a5401d1daf8bc6bd79367 (diff)
downloadfreebsd-ports-graphics-c3fd5bfd9029e1f8f593612c0010e7d6081ffb5a.tar.gz
freebsd-ports-graphics-c3fd5bfd9029e1f8f593612c0010e7d6081ffb5a.tar.zst
freebsd-ports-graphics-c3fd5bfd9029e1f8f593612c0010e7d6081ffb5a.zip
Add fxscintilla-fox14 , a Fox toolkit reimplementation of Scintilla
editing widget.
Diffstat (limited to 'x11-toolkits/fxscintilla-fox14')
-rw-r--r--x11-toolkits/fxscintilla-fox14/Makefile13
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"