2006-04-29 17:07:08 +02:00
|
|
|
# New ports collection makefile for: sylpheed-claws-notification
|
|
|
|
# Date created: 7 April 2006
|
|
|
|
# Whom: Pawel Pekala <c0rn@o2.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= notification
|
2011-04-17 18:57:18 +02:00
|
|
|
PORTVERSION= 0.27
|
2006-04-29 17:07:08 +02:00
|
|
|
CATEGORIES= mail
|
2006-12-31 14:58:40 +01:00
|
|
|
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
|
|
|
PKGNAMEPREFIX= claws-mail-
|
2006-04-29 17:07:08 +02:00
|
|
|
DISTNAME= notification_plugin-${PORTVERSION}
|
|
|
|
|
2011-03-23 17:58:01 +01:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
2006-12-31 14:58:40 +01:00
|
|
|
COMMENT= New/unread mail notification plugin for claws-mail
|
2006-04-29 17:07:08 +02:00
|
|
|
|
2007-07-09 22:51:22 +02:00
|
|
|
LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify
|
2011-04-17 18:57:18 +02:00
|
|
|
BUILD_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail
|
2010-12-01 08:04:56 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
2006-04-29 17:07:08 +02:00
|
|
|
|
|
|
|
USE_GMAKE= 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
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
2006-04-29 17:07:08 +02:00
|
|
|
|
2007-07-09 22:51:22 +02:00
|
|
|
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
2007-09-07 11:01:59 +02:00
|
|
|
--with-libintl-prefix=${LOCALBASE}
|
2007-07-09 22:51:22 +02:00
|
|
|
|
2008-06-28 16:46:18 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2007-07-07 14:17:33 +02:00
|
|
|
|
2006-04-29 17:07:08 +02:00
|
|
|
.include <bsd.port.mk>
|