2010-12-17 10:27:10 +01:00
|
|
|
# New ports collection makefile for: claws-mail-address_keeper
|
|
|
|
# Date created: 2010-12-01
|
|
|
|
# Whom: Pawel Pekala <c0rn@o2.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= address_keeper
|
2011-04-17 18:57:18 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2010-12-17 10:27:10 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
|
|
|
PKGNAMEPREFIX= claws-mail-
|
|
|
|
|
2011-03-23 17:58:01 +01:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
2010-12-17 10:27:10 +01:00
|
|
|
COMMENT= Keeps all recipient addresses in an addressbook folder
|
|
|
|
|
2011-04-17 18:57:18 +02:00
|
|
|
BUILD_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail
|
2010-12-17 10:27:10 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_ICONV= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2011-04-17 18:57:18 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2010-12-17 10:27:10 +01:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|