2006-07-06 17:54:50 +00:00
|
|
|
# New ports collection makefile for: wyrd
|
|
|
|
# Date created: Apr 5 2006
|
|
|
|
# Whom: Russell A. Jackson <raj@csub.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wyrd
|
2006-12-14 12:20:23 +00:00
|
|
|
PORTVERSION= 1.4.1
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2006-07-06 17:54:50 +00:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/wyrd/
|
|
|
|
|
|
|
|
MAINTAINER= raj@csub.edu
|
|
|
|
COMMENT= A curses front end to remind
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/remind:${PORTSDIR}/deskutils/remind
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= wyrd.1
|
|
|
|
MAN5= wyrdrc.5
|
|
|
|
PLIST_FILES= bin/wyrd etc/wyrdrc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|