38 lines
850 B
Makefile
Raw Normal View History

2010-11-19 07:23:05 +00:00
# $OpenBSD: Makefile,v 1.29 2010/11/19 07:23:12 espie Exp $
COMMENT= scripting language for reminders, with a Tk front end
DISTNAME= remind-03.01.03
2010-11-05 08:24:49 +00:00
PKGNAME= remind-3.1.3
REVISION= 0
2000-02-04 04:39:59 +00:00
CATEGORIES= misc
2002-10-27 20:55:51 +00:00
MASTER_SITES= http://www.roaringpenguin.com/files/download/
2004-10-18 18:58:55 +00:00
HOMEPAGE= http://www.roaringpenguin.com/penguin/open_source_remind.php
2000-12-26 15:50:16 +00:00
2000-10-22 14:02:46 +00:00
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-05 08:24:49 +00:00
2004-12-22 11:48:32 +00:00
WANTLIB= c m
# Can run without TK, but most unglamorous without it.
2010-11-19 07:23:05 +00:00
RUN_DEPENDS= x11/tk/8.4 \
devel/tcllib
2010-10-18 20:52:05 +00:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/remind
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/remind
2002-10-27 20:55:51 +00:00
do-regress:
cd ${WRKSRC}/tests; sh test-rem
.include <bsd.port.mk>