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
|
2006-12-31 14:58:40 +01:00
|
|
|
PORTVERSION= 1.91
|
2007-01-09 19:36:33 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2006-12-13 13:41:35 +01:00
|
|
|
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
|
2006-12-31 14:58:40 +01:00
|
|
|
BUILD_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
|
2006-04-29 17:12:29 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_ICONV= yes
|
2006-12-03 19:43:57 +01:00
|
|
|
USE_XLIB= yes
|
2006-12-31 14:58:40 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:261
|
2006-04-29 17:12:29 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
|
|
|
--with-libintl-prefix=${LOCALBASE}
|
|
|
|
|
2006-12-31 14:58:40 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-12-31 15:26:39 +01:00
|
|
|
.if ${OSVERSION} < 500000
|
2006-12-31 14:58:40 +01:00
|
|
|
IGNORE= doens't buid
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|