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