2010-11-19 02:23:05 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2010/11/19 07:23:12 espie Exp $
|
2001-05-05 22:29:37 -04:00
|
|
|
|
2007-09-15 19:54:16 -04:00
|
|
|
COMMENT= scripting language for reminders, with a Tk front end
|
2000-02-02 21:39:56 -05:00
|
|
|
|
2007-12-12 16:39:40 -05:00
|
|
|
DISTNAME= remind-03.01.03
|
2010-11-05 04:24:49 -04:00
|
|
|
PKGNAME= remind-3.1.3
|
|
|
|
REVISION= 0
|
2000-02-03 23:39:59 -05:00
|
|
|
CATEGORIES= misc
|
2002-10-27 15:55:51 -05:00
|
|
|
|
2007-04-02 15:24:48 -04:00
|
|
|
MASTER_SITES= http://www.roaringpenguin.com/files/download/
|
2000-02-02 21:39:56 -05:00
|
|
|
|
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-02-25 00:01:38 -05:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-11-05 04:24:49 -04:00
|
|
|
|
2004-12-22 06:48:32 -05:00
|
|
|
WANTLIB= c m
|
2000-02-02 21:39:56 -05:00
|
|
|
|
|
|
|
# Can run without TK, but most unglamorous without it.
|
2010-11-19 02:23:05 -05:00
|
|
|
RUN_DEPENDS= x11/tk/8.4 \
|
|
|
|
devel/tcllib
|
2000-02-02 21:39:56 -05:00
|
|
|
|
2010-10-18 16:52:05 -04:00
|
|
|
USE_GROFF = Yes
|
2007-04-02 15:24:48 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-02-02 21:39:56 -05:00
|
|
|
|
2007-12-12 16:39:40 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/remind
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/remind
|
|
|
|
|
2002-10-27 15:55:51 -05:00
|
|
|
do-regress:
|
|
|
|
cd ${WRKSRC}/tests; sh test-rem
|
|
|
|
|
2000-02-02 21:39:56 -05:00
|
|
|
.include <bsd.port.mk>
|