diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-29 18:45:31 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-29 18:45:31 +0800 |
commit | c3fd5bfd9029e1f8f593612c0010e7d6081ffb5a (patch) | |
tree | a254024d9bb6e160108b43950c54e50532f5d1c0 | |
parent | 4f9a77ddfb49b3e94e8a5401d1daf8bc6bd79367 (diff) | |
download | freebsd-ports-gnome-c3fd5bfd9029e1f8f593612c0010e7d6081ffb5a.tar.gz freebsd-ports-gnome-c3fd5bfd9029e1f8f593612c0010e7d6081ffb5a.tar.zst freebsd-ports-gnome-c3fd5bfd9029e1f8f593612c0010e7d6081ffb5a.zip |
Add fxscintilla-fox14 , a Fox toolkit reimplementation of Scintilla
editing widget.
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fxscintilla-fox14/Makefile | 13 |
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" |