jturner 0c9d50095c Make kcaldav compile again after recent update to kcgi
Patches to be submitted upstream and can be removed next release.
2016-10-20 20:25:19 +00:00

33 lines
739 B
Makefile

# $OpenBSD: Makefile,v 1.6 2016/10/20 20:25:19 jturner Exp $
COMMENT = a simple, safe, and minimal CalDAV server
DISTNAME = kcaldav-0.1.4
REVISION = 3
CATEGORIES = www
HOMEPAGE = https://kristaps.bsd.lv/kcaldav/
MAINTAINER = Aaron Poffenberger <akp@hypernote.com>
# ISC
PERMIT_PACKAGE_CDROM = Yes
# "make port-lib-depends-check" can help
WANTLIB += c expat m sqlite3
MASTER_SITES = https://kristaps.bsd.lv/kcaldav/snapshots/
EXTRACT_SUFX = .tgz
BUILD_DEPENDS = www/kcgi
LIB_DEPENDS = databases/sqlite3
FAKE_FLAGS = PREFIX=${WRKINST}${TRUEPREFIX} WWWPREFIX=${WRKINST}/${VARBASE}/www
# no doc on how to run tests
NO_TEST = Yes
ALL_TARGET = all libkcaldav.a
INSTALL_TARGET = install installcgi
.include <bsd.port.mk>