pkgsrc/time/libical/Makefile

32 lines
747 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:50 wiz Exp $
#
2014-02-01 02:44:52 +01:00
DISTNAME= libical-1.0
PKGREVISION= 1
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeassociation/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://freeassociation.sourceforge.net/
COMMENT= Reference implementation of the iCalendar data type and format
2014-05-12 01:42:10 +02:00
LICENSE= gnu-lgpl-v2.1 OR mpl-1.0
USE_TOOLS+= perl
2014-02-01 02:44:52 +01:00
USE_CMAKE= yes
CMAKE_ARGS+= -DUSE_BUILTIN_TZDATA=false
2014-05-11 04:25:34 +02:00
MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= libical.pc.in
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
# zone.tab file in /usr/share/zoneinfo
DEPENDS+= zonetab-[0-9]*:../../time/zonetab
.endif
# C++ is only needed for test
2014-02-01 02:44:52 +01:00
USE_LANGUAGES= c c++
#TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"