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
|
2010-01-21 21:52:46 +01:00
|
|
|
PORTVERSION= 2.0.7
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
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
|
2010-02-08 10:16:04 +01:00
|
|
|
BUILD_DEPENDS= claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail
|
2006-04-29 17:12:29 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_ICONV= yes
|
2008-08-20 02:57:32 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:262
|
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}
|
|
|
|
|
2008-06-28 16:48:17 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2007-03-01 11:41:25 +01:00
|
|
|
.include <bsd.port.mk>
|