From 204da5ae4cbf51af640f1720ba76ae505ff80847 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 4 Nov 2003 20:51:32 +0000 Subject: 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. --- x11-toolkits/wxgtk2-contrib/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 x11-toolkits/wxgtk2-contrib/Makefile (limited to 'x11-toolkits/wxgtk2-contrib/Makefile') diff --git a/x11-toolkits/wxgtk2-contrib/Makefile b/x11-toolkits/wxgtk2-contrib/Makefile new file mode 100644 index 000000000000..d497bf7ba1e7 --- /dev/null +++ b/x11-toolkits/wxgtk2-contrib/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: wxgtk2-contrib +# Date created: November 5, 2003 +# Whom: fjoe@FreeBSD.ORG +# +# $FreeBSD$ +# + +PORTREVISION= 0 + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= The wxWindows GUI toolkit contributed libraries (GTK2 version) + +WXGTK_FLAVOR= gtk2-contrib +MASTERDIR= ${.CURDIR}/../wxgtk-devel + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3