Makefile 496 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.18 2013/03/11 01:30:26 espie Exp $
  2. COMMENT= Python Unicode codecs for Chinese charsets
  3. VERSION= 1.2.0
  4. DISTNAME= ChineseCodecs${VERSION}
  5. PKGNAME= py-zhCodecs-${VERSION}
  6. REVISION= 5
  7. CATEGORIES= chinese devel
  8. HOMEPAGE= http://sourceforge.net/projects/python-codecs/
  9. # GPL
  10. PERMIT_PACKAGE_CDROM= Yes
  11. MODULES= lang/python
  12. MODPY_DISTUTILS_INSTALLARGS= -O1
  13. WRKSRC= ${WRKDIST}/Python
  14. NO_TEST= Yes
  15. post-extract:
  16. @chmod 711 ${WRKSRC}/chinesetw
  17. .include <bsd.port.mk>