a77e7015fe
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
20 lines
514 B
Makefile
20 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:08 joerg Exp $
|
|
|
|
DISTNAME= ko-po-check-0.8
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel korean textproc
|
|
MASTER_SITES= http://kldp.net/frs/download.php/3863/
|
|
|
|
MAINTAINER= junyoung@mogua.com
|
|
HOMEPAGE= http://ko-po-check.kldp.net/
|
|
COMMENT= Korean .po file checker
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
|
|
PYTHON_PATCH_SCRIPTS= ${WRKSRC}/scripts/ko-po-check.in
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|