Add files from parent branch HEAD:
[pkgsrc.git] / time / libical / Makefile
1 # $NetBSD: Makefile,v 1.2 2009/03/19 11:57:48 drochner Exp $
2 #
3
4 DISTNAME=       libical-0.43
5 PKGREVISION=    1
6 CATEGORIES=     time
7 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=freeassociation/}
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://freeassociation.sourceforge.net/
11 COMMENT=        Reference implementation of the iCalendar data type and format
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_TOOLS+=     perl
16 USE_LIBTOOL=    yes
17 GNU_CONFIGURE=  yes
18 CONFIGURE_ARGS+= --without-builtintz
19
20 PKGCONFIG_OVERRIDE+=    libical.pc.in
21
22 .include "../../mk/bsd.prefs.mk"
23 .if ${OPSYS} == "NetBSD"
24 # zone.tab file in /usr/share/zoneinfo
25 DEPENDS+= zonetab-[0-9]*:../../time/zonetab
26 .endif
27
28 .include "../../mk/bsd.pkg.mk"