summaryrefslogtreecommitdiff
path: root/productivity/calcurse/Makefile
blob: 6e947660b703e720a5412f5b07f7c47380e599e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
COMMENT=	text-based calendar and scheduling application

DISTNAME=	calcurse-4.8.0
REVISION=	1
EPOCH=		0

CATEGORIES=	productivity

HOMEPAGE=	https://calcurse.org/

# BSD
PERMIT_PACKAGE=	Yes

WANTLIB += c curses iconv intl m pthread

MASTER_SITES=	${HOMEPAGE}files/

LIB_DEPENDS=	devel/gettext,-runtime

CONFIGURE_STYLE=gnu
CONFIGURE_ARGS=	--without-asciidoc

post-install:
	rm ${PREFIX}/bin/calcurse-{caldav,vdir}
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/calcurse

.include <bsd.port.mk>