2010-11-19 07:23:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2010/11/19 07:23:12 espie Exp $
|
2001-05-06 02:29:37 +00:00
|
|
|
|
2007-09-15 23:54:16 +00:00
|
|
|
COMMENT= scripting language for reminders, with a Tk front end
|
2000-02-03 02:39:56 +00:00
|
|
|
|
2007-12-12 21:39:40 +00:00
|
|
|
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
|
|
|
|
2007-04-02 19:24:48 +00:00
|
|
|
MASTER_SITES= http://www.roaringpenguin.com/files/download/
|
2000-02-03 02:39:56 +00:00
|
|
|
|
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-02-25 05:01:38 +00:00
|
|
|
|
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
|
2000-02-03 02:39:56 +00:00
|
|
|
|
|
|
|
# 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
|
2000-02-03 02:39:56 +00:00
|
|
|
|
2010-10-18 20:52:05 +00:00
|
|
|
USE_GROFF = Yes
|
2007-04-02 19:24:48 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-02-03 02:39:56 +00:00
|
|
|
|
2007-12-12 21:39:40 +00:00
|
|
|
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
|
|
|
|
|
2000-02-03 02:39:56 +00:00
|
|
|
.include <bsd.port.mk>
|