blob: 8a04a418aff9ce43379d37c0e8f9269c0182f4b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: wxgtk2-contrib-common-devel
# Date created: June 27, 2004
# Whom: fjoe@FreeBSD.ORG
#
# $FreeBSD$
#
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries (devel version, common files)
WXGTK_FLAVOR= gtk2-contrib-common
MASTERDIR= ${.CURDIR}/../wxgtk2-devel
.include "${MASTERDIR}/Makefile"
|