openbsd-ports/misc/remind/Makefile
stu 203d2f21e4 Update to version 3.1.12. Use Tcl/Tk 8.5.
Now that MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ
cover more lines, we can drop two patches.

ok landry@
2012-07-04 18:38:36 +00:00

39 lines
884 B
Makefile

# $OpenBSD: Makefile,v 1.30 2012/07/04 18:38:36 stu Exp $
COMMENT= scripting language for reminders, with a Tk front end
DISTNAME= remind-03.01.12
PKGNAME= remind-3.1.12
CATEGORIES= misc
MASTER_SITES= http://www.roaringpenguin.com/files/download/
HOMEPAGE= http://www.roaringpenguin.com/penguin/open_source_remind.php
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
MODULES= x11/tk
RUN_DEPENDS= ${MODTK_RUN_DEPENDS} \
devel/tcllib
CONFIGURE_STYLE= gnu
REGRESS_TARGET= test
pre-configure:
${MODTCL_WISH_ADJ} ${WRKSRC}/scripts/tkremind
${MODTCL_TCLSH_ADJ} ${WRKSRC}/scripts/cm2rem.tcl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/remind
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/remind
.include <bsd.port.mk>