Changes: https://dianne.skoll.ca/pipermail/remind-fans/2023/004425.html From Martin Ziemer <horrad AT horrad DOT de> (maintainer). Thank you!
48 lines
945 B
Makefile
48 lines
945 B
Makefile
COMMENT= scripting language for reminders, with a Tk front end
|
|
|
|
DISTNAME= remind-04.02.02
|
|
PKGNAME= remind-4.2.2
|
|
|
|
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
|
|
|
|
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/
|
|
|
|
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>
|