blob: 2f0ee59cacbae42c8094a68df7e93b20aba25f66 (
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-common
# Date created: November 4, 2003
# Whom: fjoe@FreeBSD.ORG
#
# $FreeBSD$
#
PORTREVISION= 0
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWindows GUI toolkit contributed libraries (common files)
WXGTK_FLAVOR= gtk-contrib-common
MASTERDIR= ${.CURDIR}/../wxgtk
.include "${MASTERDIR}/Makefile"
|