18 lines
474 B
Makefile
18 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/02/17 15:56:41 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= wxRemind-0.6.18
|
|
PKGREVISION= 2
|
|
CATEGORIES= time
|
|
MASTER_SITES= http://www.duke.edu/~dgraham/wxRemind/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.duke.edu/~dgraham/wxRemind/
|
|
COMMENT= Graphical front-end to Remind
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|