pkgsrc/time/wyrd/Makefile
wiz bfc001d4d7 Initial import of wyrd-1.4.1:
Wyrd is a text-based front-end to Remind, a sophisticated calendar
and alarm program. Remind's power lies in its programmability, and
Wyrd does not hide this capability behind flashy GUI dialogs.
Rather, Wyrd is designed to make you more efficient at editing your
reminder files directly. It also offers a scrollable timetable
suitable for visualizing your schedule at a glance.

Unlike most of the calendar applications available today, Wyrd is
designed to be both lightweight and fast. Startup time is negligible,
UI navigation is instantaneous, and the wyrd process typically
consumes less than 2MB of resident memory.
2006-07-24 23:03:35 +00:00

25 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/24 23:03:35 wiz Exp $
#
DISTNAME= wyrd-1.4.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
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"