freebsd-ports/x11-toolkits/wxgtk26-contrib-utils/Makefile
Max Khon 40852f28b2 New ports:
wxWidgets 2.5.2 (development branch) + contributed libraries and utils.
2004-06-27 21:17:17 +00:00

19 lines
399 B
Makefile

# New ports collection makefile for: wxgtk2-utils-devel
# Date created: June 27, 2004
# Whom: fjoe@FreeBSD.ORG
#
# $FreeBSD$
#
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit utils (devel version)
.if defined(WITH_UNICODE)
WXGTK_FLAVOR= gtk2-unicode-utils
.else
WXGTK_FLAVOR= gtk2-utils
.endif
MASTERDIR= ${.CURDIR}/../wxgtk2-devel
.include "${MASTERDIR}/Makefile"