ports/misc/remind/Makefile

48 lines
940 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= scripting language for reminders, with a Tk front end
2023-09-14 00:49:35 +00:00
DISTNAME= remind-04.02.06
PKGNAME= remind-4.2.6
2023-08-16 22:26:55 +00:00
CATEGORIES= misc
HOMEPAGE= https://dianne.skoll.ca/projects/remind/
MAINTAINER= Martin Ziemer <horrad@horrad.de>
# GPLv2 only
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB= c m
2023-09-27 17:15:09 +00:00
SITES= https://dianne.skoll.ca/projects/remind/download/
2023-08-16 22:26:55 +00:00
TEST_ENV= LC_ALL=en_US.UTF-8
MODULES= x11/tk
MODTK_VERSION= 8.6
BUILD_DEPENDS= converters/p5-JSON-MaybeXS \
graphics/p5-Cairo \
devel/p5-Pango
RUN_DEPENDS= ${MODTK_RUN_DEPENDS} \
devel/tcllib \
converters/p5-JSON-MaybeXS \
graphics/p5-Cairo \
devel/p5-Pango
CONFIGURE_STYLE= gnu
TEST_TARGET= test
pre-configure:
${MODTCL_WISH_ADJ} ${WRKSRC}/scripts/tkremind
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/remind
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/remind
.include <bsd.port.mk>