Files
ports/productivity/calcurse/Makefile
T
sthen e7938db9ca bump revision of ports which have a pkg-config check for ncursesw which
may now be taking different codepaths now we install the .pc file (some
e.g. python 3 definitely are)
2026-01-31 18:24:22 +00:00

34 lines
614 B
Makefile

COMMENT= text-based calendar and scheduling application
DISTNAME= calcurse-4.8.2
REVISION= 0
CATEGORIES= productivity
HOMEPAGE= https://calcurse.org/
EPOCH= 0
# BSD
PERMIT_PACKAGE= Yes
WANTLIB += c curses iconv intl m pthread
SITES= ${HOMEPAGE}files/
RUN_DEPENDS= www/py-httplib2
LIB_DEPENDS= devel/gettext,-runtime
MODULES= lang/python
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --without-asciidoc
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/calcurse
${INSTALL_DATA} ${WRKSRC}/contrib/caldav/config.sample \
${PREFIX}/share/examples/calcurse/caldav.config.sample
.include <bsd.port.mk>