1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/deskutils/wyrd/Makefile
Renato Botelho 4b42e82969 Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm
program. Remind's power lies in its programmability, and Wyrd does not hide
this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you
more efficient at editing your reminder files directly. It also offers a
scrollable timetable suitable for visualizing your schedule at a glance. Here
is a screenshot.

Unlike most of the calendar applications available today, Wyrd is designed to
be both lightweight and fast. Startup time is negligible, UI navigation is
instantaneous, and the wyrd process typically consumes less than 2MB of
resident memory.

WWW: http://www.eecs.umich.edu/~pelzlpj/wyrd/

PR:		ports/95361
Submitted by:	Russell A. Jackson <raj at csub.edu>
2006-07-06 17:54:50 +00:00

27 lines
605 B
Makefile

# 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>