summaryrefslogtreecommitdiff
path: root/time/wyrd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/wyrd/Makefile')
-rw-r--r--time/wyrd/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/time/wyrd/Makefile b/time/wyrd/Makefile
new file mode 100644
index 00000000000..c6780fdd329
--- /dev/null
+++ b/time/wyrd/Makefile
@@ -0,0 +1,25 @@
+# $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"