blob: 5d5e8670ec46e857e2542c9b68a7d0dd6227346c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: wxPython shared common
# Date created: Fri Sep 2 03:37:23 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 2
WITH_COMMON_ONLY= yes
MASTERDIR= ${.CURDIR}/../py-wxPython28
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|