blob: ff585f15e6189aa72b4aa6fa9ebda2d1df971b5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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= 5
WITH_COMMON_ONLY= yes
MASTERDIR= ${.CURDIR}/../py-wxPython26
PYDISTUTILS_NOEGGINFO= yes
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|