openbsd-ports/misc/remind/Makefile

28 lines
648 B
Makefile
Raw Normal View History

# Makefile for "remind" port.
# $OpenBSD: Makefile,v 1.14 2001/05/06 02:30:51 lebel Exp $
COMMENT= "scripting language for reminders, with a Tk front end"
2000-07-20 01:27:20 -04:00
DISTNAME= remind-03.00.22
PKGNAME= remind-3.0.22
2000-02-03 23:39:59 -05:00
CATEGORIES= misc
NEED_VERSION= 1.402
MASTER_SITES = http://www.roaringpenguin.com/
2000-12-26 10:50:16 -05:00
HOMEPAGE= http://www.roaringpenguin.com/remind.html
2000-10-22 10:02:46 -04:00
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# Can run without TK, but most unglamorous without it.
RUN_DEPENDS= wish8.3::x11/tk/8.3
CONFIGURE_STYLE= gnu dest
.include <bsd.port.mk>