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