diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-01 16:12:50 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-01 16:12:50 +0000 |
commit | a8dac530670422087213865b3c787ff8a3ed55c0 (patch) | |
tree | e8746f4a3d4d14d6af57ba3e74317bded1db43a3 /x11-toolkits/fxscintilla-fox12 | |
parent | 303036bc0e0cd31284fbc36b484076806d724de5 (diff) | |
download | ports-a8dac530670422087213865b3c787ff8a3ed55c0.tar.gz ports-a8dac530670422087213865b3c787ff8a3ed55c0.zip |
Notes
Diffstat (limited to 'x11-toolkits/fxscintilla-fox12')
-rw-r--r-- | x11-toolkits/fxscintilla-fox12/Makefile | 13 |
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" |