2007-03-03 08:45:36 +01:00
|
|
|
# New ports collection makefile for: claws-mail-attach_warner
|
|
|
|
# Date created: 2 March 2007
|
|
|
|
# Whom: Pawel Pekala <c0rn@o2.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= attach_warner
|
2012-06-30 10:06:00 +02:00
|
|
|
PORTVERSION= 0.2.24
|
2007-03-03 08:45:36 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
|
|
|
PKGNAMEPREFIX= claws-mail-
|
|
|
|
DISTNAME= attachwarner-${PORTVERSION}
|
|
|
|
|
2011-03-23 17:58:01 +01:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
2007-03-03 08:45:36 +01:00
|
|
|
COMMENT= Not attached file warning plugin for claws-mail
|
|
|
|
|
2010-12-01 08:04:56 +01:00
|
|
|
LICENSE= GPLv3
|
2007-03-03 08:45:36 +01:00
|
|
|
|
2012-06-30 10:06:00 +02:00
|
|
|
BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
|
2011-08-29 19:15:09 +02:00
|
|
|
|
2007-03-03 08:45:36 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_ICONV= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= autoconf
|
2010-12-01 08:04:56 +01:00
|
|
|
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
|
2007-03-03 08:45:36 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-iconv-prefix=${LOCALBASE} \
|
2008-06-28 16:42:47 +02:00
|
|
|
--with-libintl-prefix=${LOCALBASE}
|
|
|
|
|
2012-06-08 00:44:21 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2008-06-28 16:42:47 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
2012-06-08 00:44:21 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2008-06-28 16:42:47 +02:00
|
|
|
.endif
|
2007-03-03 08:45:36 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|