openbsd-ports/misc/remind/Makefile

30 lines
675 B
Makefile
Raw Normal View History

2005-06-29 17:54:12 -04:00
# $OpenBSD: Makefile,v 1.21 2005/06/29 21:54:12 avsm Exp $
COMMENT= "scripting language for reminders, with a Tk front end"
2005-06-29 17:54:12 -04:00
DISTNAME= remind-03.00.23
PKGNAME= remind-3.0.23
2000-02-03 23:39:59 -05:00
CATEGORIES= misc
2002-10-27 15:55:51 -05:00
2004-10-18 14:58:55 -04:00
MASTER_SITES= http://www.roaringpenguin.com/penguin/
2004-10-18 14:58:55 -04:00
HOMEPAGE= http://www.roaringpenguin.com/penguin/open_source_remind.php
2000-12-26 10:50:16 -05:00
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
2004-12-22 06:48:32 -05:00
WANTLIB= c m
# Can run without TK, but most unglamorous without it.
2003-12-27 18:34:42 -05:00
RUN_DEPENDS= ::x11/tk/8.4
CONFIGURE_STYLE= gnu dest
2002-10-27 15:55:51 -05:00
do-regress:
cd ${WRKSRC}/tests; sh test-rem
.include <bsd.port.mk>