7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
31 lines
747 B
Makefile
31 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:50 wiz Exp $
|
|
#
|
|
|
|
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
|
|
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/bsd.pkg.mk"
|