aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-wxPython28-unicode
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-10-02 16:21:42 +0800
committerlioux <lioux@FreeBSD.org>2005-10-02 16:21:42 +0800
commit47f227e9755971913ef70be5eaf059604e00719c (patch)
treebac84039e0fedf98ac45e9ac3ec2509c66bd5178 /x11-toolkits/py-wxPython28-unicode
parent42e3e2f5266cf335fab5a3cb056a318f708d3f40 (diff)
downloadfreebsd-ports-gnome-47f227e9755971913ef70be5eaf059604e00719c.tar.gz
freebsd-ports-gnome-47f227e9755971913ef70be5eaf059604e00719c.tar.zst
freebsd-ports-gnome-47f227e9755971913ef70be5eaf059604e00719c.zip
o A slave port of x11-toolkits/py-wxPython26 that builds a unicode
version of it o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer of the master port
Diffstat (limited to 'x11-toolkits/py-wxPython28-unicode')
-rw-r--r--x11-toolkits/py-wxPython28-unicode/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython28-unicode/Makefile b/x11-toolkits/py-wxPython28-unicode/Makefile
new file mode 100644
index 000000000000..bbf28f6f8b32
--- /dev/null
+++ b/x11-toolkits/py-wxPython28-unicode/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: wxPython unicode
+# Date created: Fri Sep 2 03:37:23 UTC 2005
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+WITH_UNICODE= yes
+
+MASTERDIR= ${.CURDIR}/../py-wxPython26
+
+.include "${MASTERDIR}/Makefile"