aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython26-unicode
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-02 08:21:42 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-02 08:21:42 +0000
commitf90cba4a2c2c2e0504cb412072b8b4d8bf302e5f (patch)
tree48a0c16e604a708121706c409acbe49a39f3f73b /x11-toolkits/py-wxPython26-unicode
parent53f45c3b98ea61c8ac0182051dc15aa792acaeab (diff)
downloadports-f90cba4a2c2c2e0504cb412072b8b4d8bf302e5f.tar.gz
ports-f90cba4a2c2c2e0504cb412072b8b4d8bf302e5f.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
Notes
Notes: svn path=/head/; revision=143957
Diffstat (limited to 'x11-toolkits/py-wxPython26-unicode')
-rw-r--r--x11-toolkits/py-wxPython26-unicode/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython26-unicode/Makefile b/x11-toolkits/py-wxPython26-unicode/Makefile
new file mode 100644
index 000000000000..bbf28f6f8b32
--- /dev/null
+++ b/x11-toolkits/py-wxPython26-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"