mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
12 lines
239 B
Makefile
12 lines
239 B
Makefile
# Created by: fjoe@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit contributed libraries
|
|
|
|
WXGTK_FLAVOR= gtk2-contrib
|
|
MASTERDIR= ${.CURDIR}/../wxgtk26
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|