14 lines
261 B
Makefile
14 lines
261 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 6
|
|
|
|
WITH_COMMON_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-wxPython26
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|