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