aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/wyrd/Makefile
blob: 21ad74ab3c846b90ce018ca61d45f3508a2f59b0 (plain) (blame)
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
# New ports collection makefile for: wyrd
# Date created:                      Apr 5 2006
# Whom:                              Russell A. Jackson <raj@csub.edu>
#
# $FreeBSD$
#

PORTNAME=   wyrd
PORTVERSION=    1.4.0
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>