blob: 059495d098c51576beaad133112b6a4d432b28fd (
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 wxWindows GUI toolkit contributed libraries
WXGTK_FLAVOR= gtk-contrib
MASTERDIR= ${.CURDIR}/../wxgtk
.include "${MASTERDIR}/Makefile"
|