diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-04 20:51:32 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-04 20:51:32 +0000 |
commit | f004ee17c05d40fe36d0c8aa0c949f5eeb042ceb (patch) | |
tree | cbd5fe46d05ea2be7d80808eb201df6c3931ee16 /x11-toolkits/wxgtk2/Makefile | |
parent | 557216a7c2aae0930e85248b625e6331a7de9f54 (diff) | |
download | FreeBSD-ports-f004ee17c05d40fe36d0c8aa0c949f5eeb042ceb.zip FreeBSD-ports-f004ee17c05d40fe36d0c8aa0c949f5eeb042ceb.tar.gz |
Add ports for wxgtk2 and wxgtk2-unicode (+contrib ports for both).
Add ports for wxgtk and wxgtk-contrib common files (includes, other data files).
Allow different flavors of wxWindows library (gtk, gtk2, gtk2+unicode)
to coexist.
Patches to fix compiling -contrib in Unicode mode are taken
from wxWindows CVS.
wxgtk-devel is master port for all wxgtk ports (will be moved to wxgtk soon).
wxgtk-common and wxgtk-contrib-common ports respectively.
Assign maintainership of all wxgtk ports to myself for a while
to catch errors on bento.
Diffstat (limited to 'x11-toolkits/wxgtk2/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk2/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk2/Makefile b/x11-toolkits/wxgtk2/Makefile new file mode 100644 index 0000000..eac8028 --- /dev/null +++ b/x11-toolkits/wxgtk2/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: wxgtk2 +# Date created: November 4, 2003 +# Whom: fjoe@FreeBSD.ORG +# +# $FreeBSD$ +# + +PORTREVISION= 0 + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= The wxWindows GUI toolkit (GTK2 version) + +WXGTK_FLAVOR= gtk2 +MASTERDIR= ${.CURDIR}/../wxgtk-devel + +.include "${MASTERDIR}/Makefile" |