10 lines
217 B
Makefile
10 lines
217 B
Makefile
# Created by: fjoe@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit (common files)
|
|
|
|
WXGTK_FLAVOR= gtk2-common
|
|
MASTERDIR= ${.CURDIR}/../wxgtk28
|
|
|
|
.include "${MASTERDIR}/Makefile"
|