diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-02 08:21:42 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-02 08:21:42 +0000 |
commit | f90cba4a2c2c2e0504cb412072b8b4d8bf302e5f (patch) | |
tree | 48a0c16e604a708121706c409acbe49a39f3f73b | |
parent | o A slave port of x11-toolkits/py-wxPython26 that installs the (diff) |
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
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython26-unicode/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython28-unicode/Makefile | 12 |
3 files changed, 25 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index de7ab7c70cfd..1fa5289110bf 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -165,6 +165,7 @@ SUBDIR += py-wxPython24 SUBDIR += py-wxPython26 SUBDIR += py-wxPython26-common + SUBDIR += py-wxPython26-unicode SUBDIR += py-xlib SUBDIR += qscintilla SUBDIR += qt145 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" 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" |