diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-01 07:04:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-01 07:04:56 +0000 |
commit | a395f24d0232d033bb57030a962f71a09f3b3e4a (patch) | |
tree | 0d672032b5ef5a51ab637428d59294fb995f74e4 /mail/claws-mail-notification/Makefile | |
parent | 8d951f28e9ec0b12eb0db587e9703ae9f3646d8d (diff) |
Notes
Diffstat (limited to 'mail/claws-mail-notification/Makefile')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index c625efac41e7..839013be08f5 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -6,8 +6,7 @@ # PORTNAME= notification -PORTVERSION= 0.25 -PORTREVISION= 2 +PORTVERSION= 0.26 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,11 +16,14 @@ MAINTAINER= c0rn@o2.pl COMMENT= New/unread mail notification plugin for claws-mail LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail + +LICENSE= GPLv3 USE_GMAKE= yes USE_AUTOTOOLS= autoconf:268 +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |