blob: 80711b668546b7db62fff4b6d5bd2e1ef91c4ee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 21:48:05 markd Exp $
#
DISTNAME= libical-0.42
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libical.pc.in
.include "../../mk/bsd.pkg.mk"
|