67e1f1a6bf
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
32 lines
861 B
Makefile
32 lines
861 B
Makefile
# $NetBSD: Makefile,v 1.43 2022/01/05 15:41:27 wiz Exp $
|
|
|
|
DISTNAME= etm-877
|
|
PKGREVISION= 5
|
|
CATEGORIES= time
|
|
MASTER_SITES= http://www.duke.edu/~dgraham/ETM/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://www.duke.edu/~dgraham/ETM/
|
|
COMMENT= Events and tasks manager using simple text files
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
|
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets
|
|
DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets
|
|
|
|
USE_PKG_RESOURCES= yes
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= etm/etmWX.py
|
|
REPLACE_PYTHON+= etm/etmData.py
|
|
|
|
# Delete an unnecessary file
|
|
post-configure:
|
|
${RM} ${WRKSRC}/etm.egg-info/.SOURCES.txt~
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|