diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-05-11 14:10:28 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-05-11 14:10:28 +0000 |
commit | 4e3e241093062f79167f48b1789acc215957e49c (patch) | |
tree | 85c655fbcc96cd0cdaca4e20133b97b58c513131 /mail/claws-mail-attach_warner/Makefile | |
parent | b2259a909974739ce0115f783751532ba072e123 (diff) |
Notes
Diffstat (limited to 'mail/claws-mail-attach_warner/Makefile')
-rw-r--r-- | mail/claws-mail-attach_warner/Makefile | 34 |
1 files changed, 3 insertions, 31 deletions
diff --git a/mail/claws-mail-attach_warner/Makefile b/mail/claws-mail-attach_warner/Makefile index b0c89f43cd0f..d54b36215ee2 100644 --- a/mail/claws-mail-attach_warner/Makefile +++ b/mail/claws-mail-attach_warner/Makefile @@ -2,39 +2,11 @@ # $FreeBSD$ PORTNAME= attach_warner -PORTVERSION= 1.0 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- -DISTNAME= attachwarner-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= Not attached file warning plugin for Claws Mail -LICENSE= GPLv3 - -BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail - -USE_GMAKE= yes -USES= iconv -USE_AUTOTOOLS= autoconf -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS= --with-iconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +CLAWS_PLUGINS_BUILD= attachwarner +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> |