a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
29 lines
797 B
Makefile
29 lines
797 B
Makefile
# $NetBSD: Makefile,v 1.28 2013/04/06 03:45:26 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= etm-877
|
|
PKGREVISION= 1
|
|
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}-wxWidgets>=2.8.7:../../x11/py-wxWidgets
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil
|
|
DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar
|
|
|
|
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"
|