Changelog: 78 2011-06-15 Allow multiple -t switches using 'append' rather than 'store' and processing each separately. In the gui use parens, e.g., (tag 1, tag 2).
24 lines
603 B
Makefile
24 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/07/11 07:00:42 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= nts-78
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.duke.edu/~dgraham/NTS/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://www.duke.edu/~dgraham/NTS/
|
|
COMMENT= Simple GUI note taking application
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|