mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
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.
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# New ports collection makefile for: wxgtk-common
|
|
# Date created: November 4, 2003
|
|
# Whom: fjoe@FreeBSD.ORG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWindows GUI toolkit (common files)
|
|
|
|
WXGTK_FLAVOR= gtk-common
|
|
MASTERDIR= ${.CURDIR}/../wxgtk-devel
|
|
|
|
.include "${MASTERDIR}/Makefile"
|