diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-10 17:27:47 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-10 17:27:47 +0000 |
commit | 40c91fb874af2102efc84784596c53bf6afb7f19 (patch) | |
tree | b6dedc6410a6a429f378c200b2aae00c7d7cbb5e /mail/claws-mail-notification/Makefile | |
parent | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (diff) |
Notes
Diffstat (limited to 'mail/claws-mail-notification/Makefile')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index 36abf814f3c3..693bcfc375c7 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -1,25 +1,21 @@ -# New ports collection makefile for: sylpheed-claws-notification -# Date created: 7 April 2006 -# Whom: Pawel Pekala <c0rn@o2.pl> -# +# Created by: Pawel Pekala <c0rn@o2.pl> # $FreeBSD$ -# PORTNAME= notification -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- DISTNAME= notification_plugin-${PORTVERSION} MAINTAINER= pawel@FreeBSD.org -COMMENT= New/unread mail notification plugin for claws-mail +COMMENT= New mail notification plugin for Claws Mail LICENSE= GPLv3 LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail +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 |