summaryrefslogtreecommitdiff
path: root/time/wyrd/Makefile
blob: faa17343d49e97314fdb3d5579683c04d1c45f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $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"