204da5ae4c
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.
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# New ports collection makefile for: wxgtk-contrib-common
|
|
# Date created: November 4, 2003
|
|
# Whom: fjoe@FreeBSD.ORG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWindows GUI toolkit contributed libraries (common files)
|
|
|
|
WXGTK_FLAVOR= gtk-contrib-common
|
|
MASTERDIR= ${.CURDIR}/../wxgtk-devel
|
|
|
|
.include "${MASTERDIR}/Makefile"
|