[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / misc / remind

File: [local] / ports / misc / remind / Makefile (download)

Revision 1.74, Fri May 3 08:51:46 2024 UTC (4 weeks, 1 day ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.73: +2 -2 lines

update to remind-4.3.7, from Martin Ziemer (maintainer)

COMMENT=	scripting language for reminders, with a Tk front end

DISTNAME=	remind-04.03.07
PKGNAME=	remind-4.3.7

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

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 \
			devel/desktop-file-utils

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>