2012-12-10 18:27:47 +01:00
|
|
|
# Created by: Pawel Pekala <c0rn@o2.pl>
|
2010-12-17 10:27:10 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= address_keeper
|
2012-12-10 18:27:47 +01:00
|
|
|
PORTVERSION= 1.0.7
|
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
|
2012-12-10 18:27:47 +01:00
|
|
|
COMMENT= Recipient addresses keeper plugin for Claws Mail
|
2010-12-17 10:27:10 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2012-12-10 18:27:47 +01:00
|
|
|
BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail
|
2011-08-29 19:15:09 +02:00
|
|
|
|
2010-12-17 10:27:10 +01:00
|
|
|
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
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2011-04-17 18:57:18 +02:00
|
|
|
|
2012-06-08 00:44:21 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2010-12-17 10:27:10 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
2012-06-08 00:44:21 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2010-12-17 10:27:10 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|