2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
32 lines
789 B
Makefile
32 lines
789 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libical-1.0
|
|
PKGREVISION= 2
|
|
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
|
|
LICENSE= gnu-lgpl-v2.1 OR mpl-1.0
|
|
|
|
USE_TOOLS+= perl
|
|
USE_CMAKE= yes
|
|
CMAKE_ARGS+= -DUSE_BUILTIN_TZDATA=false
|
|
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
|
|
USE_LANGUAGES= c c++
|
|
#TEST_TARGET= check
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|