Notable changes: - Use the Python module - Patch shebang line in calcurse-caldav - Add a RUN_DEPENDS on py-httplib2, required by calcurse-caldav OK ajacoutot@
33 lines
590 B
Makefile
33 lines
590 B
Makefile
# $OpenBSD: Makefile,v 1.24 2017/11/12 14:01:26 fcambus Exp $
|
|
|
|
COMMENT= text-based calendar and scheduling application
|
|
|
|
DISTNAME= calcurse-4.3.0
|
|
EPOCH= 0
|
|
|
|
CATEGORIES= productivity
|
|
|
|
MAINTAINER= Frederic Culot <frederic@culot.org>
|
|
|
|
HOMEPAGE= http://calcurse.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c iconv intl m ncursesw pthread
|
|
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
|
|
|
RUN_DEPENDS= www/py-httplib2${MODPY_FLAVOR}
|
|
|
|
LIB_DEPENDS= devel/gettext
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --without-asciidoc
|
|
|
|
.include <bsd.port.mk>
|