blob: a7571bb087812c8c131c6713780c3dc702bf46dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: wxgtk-contrib
# Date created: November 4, 2003
# Whom: fjoe@FreeBSD.ORG
#
# $FreeBSD$
#
PORTREVISION= 2
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries
WXGTK_FLAVOR= gtk-contrib
MASTERDIR= ${.CURDIR}/../wxgtk
.include "${MASTERDIR}/Makefile"
|