aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-08-02 00:12:50 +0800
committerlawrance <lawrance@FreeBSD.org>2005-08-02 00:12:50 +0800
commit5596da6a608c66cc4869ac0042a00ad4a165037d (patch)
tree0634a203c115c5b5ccf1e52fef82db82cfb51073 /x11-toolkits
parentfced4d0fd5794f76db590bdcd5c0ddb7da1b9f4b (diff)
downloadfreebsd-ports-gnome-5596da6a608c66cc4869ac0042a00ad4a165037d.tar.gz
freebsd-ports-gnome-5596da6a608c66cc4869ac0042a00ad4a165037d.tar.zst
freebsd-ports-gnome-5596da6a608c66cc4869ac0042a00ad4a165037d.zip
Add fxscintilla-fox12, a Fox toolkit reimplementation of Scintilla
editing widget. PR: ports/82434 Submitted by: Alexander Novitsky
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/fxscintilla-fox12/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index a4383825c387..dd0eea31a30a 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -26,6 +26,7 @@
SUBDIR += freeglut
SUBDIR += fxscintilla
SUBDIR += fxscintilla-fox10
+ SUBDIR += fxscintilla-fox12
SUBDIR += gai
SUBDIR += gal
SUBDIR += gal2
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"