aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fxscintilla-fox12
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-08-01 16:12:50 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-08-01 16:12:50 +0000
commita8dac530670422087213865b3c787ff8a3ed55c0 (patch)
treee8746f4a3d4d14d6af57ba3e74317bded1db43a3 /x11-toolkits/fxscintilla-fox12
parent303036bc0e0cd31284fbc36b484076806d724de5 (diff)
downloadports-a8dac530670422087213865b3c787ff8a3ed55c0.tar.gz
ports-a8dac530670422087213865b3c787ff8a3ed55c0.zip
Add fxscintilla-fox12, a Fox toolkit reimplementation of Scintilla
editing widget. PR: ports/82434 Submitted by: Alexander Novitsky
Notes
Notes: svn path=/head/; revision=140686
Diffstat (limited to 'x11-toolkits/fxscintilla-fox12')
-rw-r--r--x11-toolkits/fxscintilla-fox12/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/fxscintilla-fox12/Makefile b/x11-toolkits/fxscintilla-fox12/Makefile
new file mode 100644
index 000000000000..0660dce9d1f8
--- /dev/null
+++ b/x11-toolkits/fxscintilla-fox12/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: fxscintilla-fox10
+# Date created: 28 Jul 2005
+# Whom: Alexander Novitsky
+#
+# $FreeBSD$
+
+PKGNAMESUFFIX= -fox12
+
+WITH_FOX12= yes
+
+MASTERDIR= ${.CURDIR}/../fxscintilla
+
+.include "${MASTERDIR}/Makefile"