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-notification/Makefile | |
parent | b2259a909974739ce0115f783751532ba072e123 (diff) | |
download | ports-4e3e241093062f79167f48b1789acc215957e49c.tar.gz ports-4e3e241093062f79167f48b1789acc215957e49c.zip |
Notes
Diffstat (limited to 'mail/claws-mail-notification/Makefile')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 32 |
1 files changed, 3 insertions, 29 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index da8ae686878f..c89a833f1991 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -2,39 +2,13 @@ # $FreeBSD$ PORTNAME= notification -PORTVERSION= 0.31 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- -DISTNAME= notification_plugin-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= New mail notification plugin for Claws Mail -LICENSE= GPLv3 - LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -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 -USE_AUTOTOOLS= autoconf -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS= --with-libiconv-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= notification +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> |