mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
11 lines
243 B
Makefile
11 lines
243 B
Makefile
# Created by: fjoe@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
|
|
|
|
WXGTK_FLAVOR= gtk2-unicode-contrib
|
|
MASTERDIR= ${.CURDIR}/../wxgtk28
|
|
|
|
.include "${MASTERDIR}/Makefile"
|