28 lines
729 B
Makefile
28 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/13 20:57:50 tonnerre Exp $
|
|
#
|
|
|
|
DISTNAME= wyrd-1.4.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= time
|
|
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/wyrd/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.eecs.umich.edu/~pelzlpj/wyrd/
|
|
COMMENT= Text-based front-end to Remind
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= remind>=3.00.24:../../time/remind
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_NCURSES= yes # chgat(), typeahead(), ...
|
|
USE_TOOLS+= gmake
|
|
CONFIGURE_ARGS+= --with-ncurses
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONF_FILES+= ${PREFIX}/share/examples/wyrd/wyrdrc \
|
|
${PKG_SYSCONFDIR}/wyrdrc
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|