2006-04-29 17:12:29 +02:00
|
|
|
# New ports collection makefile for: sylpheed-claws-vcalendar
|
|
|
|
# Date created: 3 April 2006
|
|
|
|
# Whom: Pawel Pekala <c0rn@o2.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vcalendar
|
2008-04-19 23:29:56 +02:00
|
|
|
PORTVERSION= 1.102
|
2006-04-29 17:12:29 +02:00
|
|
|
CATEGORIES= mail
|
2006-12-31 14:58:40 +01:00
|
|
|
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ \
|
2006-08-22 10:55:23 +02:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= miwi
|
2006-12-31 14:58:40 +01:00
|
|
|
PKGNAMEPREFIX= claws-mail-
|
2006-04-29 17:12:29 +02:00
|
|
|
|
|
|
|
MAINTAINER= c0rn@o2.pl
|
2006-12-31 14:58:40 +01:00
|
|
|
COMMENT= vCalendar plugin for claws-mail
|
2006-04-29 17:12:29 +02:00
|
|
|
|
2007-01-12 11:58:59 +01:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
2008-04-19 23:29:56 +02:00
|
|
|
BUILD_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail
|
2006-04-29 17:12:29 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_ICONV= yes
|
2006-12-31 14:58:40 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:261
|
2008-02-12 23:21:57 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-04-29 17:12:29 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
|
|
|
--with-libintl-prefix=${LOCALBASE}
|
|
|
|
|
2007-03-01 11:41:25 +01:00
|
|
|
.include <bsd.port.mk>
|