13 lines
305 B
Makefile
13 lines
305 B
Makefile
# Created by: fjoe@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
|
|
|
|
CONFLICTS= wxgtk2-unicode-contrib-devel-2.5.2*
|
|
|
|
WXGTK_FLAVOR= gtk2-unicode-contrib
|
|
MASTERDIR= ${.CURDIR}/../wxgtk26
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|