2011-12-06 01:19:21 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2011/12/06 00:19:25 sbd Exp $
|
2006-07-25 01:03:35 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= wyrd-1.4.1
|
2011-12-06 01:19:21 +01:00
|
|
|
PKGREVISION= 2
|
2006-07-25 01:03:35 +02:00
|
|
|
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
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-07-25 01:03:35 +02:00
|
|
|
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"
|