0fae22cf16
packages to version 3.4.x. May this not break anything (although i feel it might).
26 lines
750 B
Makefile
26 lines
750 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/03/15 00:17:35 rodent Exp $
|
|
TRYTON_MODULE_NAME= trytond_country
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
CATEGORIES= geography python
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://www.tryton.org/
|
|
COMMENT= Country module of the Tryton application platform
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= tests/test_country.py
|
|
|
|
PY_PATCHPLIST= yes
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/trytond_import_zip \
|
|
${DESTDIR}${PREFIX}/bin/trytond${PYVERSSUFFIX}_import_zip
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|