diff options
Diffstat (limited to 'x11-toolkits/py-wxPython26-common/Makefile')
-rw-r--r-- | x11-toolkits/py-wxPython26-common/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython26-common/Makefile b/x11-toolkits/py-wxPython26-common/Makefile new file mode 100644 index 000000000000..b26fd4f91162 --- /dev/null +++ b/x11-toolkits/py-wxPython26-common/Makefile @@ -0,0 +1,14 @@ +# 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$ +# + +WITH_COMMON_ONLY= yes + +MASTERDIR= ${.CURDIR}/../py-wxPython26 + +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" |