openbsd-ports/mail/claws-mail-notification/Makefile

49 lines
1.3 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2011/03/24 22:01:08 landry Exp $
SHARED_ONLY= Yes
COMMENT= notification plugin for Claws-mail
2011-03-10 16:40:07 -05:00
VERSION= 0.26
DISTNAME= notification_plugin-${VERSION}
PKGNAME= claws-mail-notification-${VERSION}
REVISION= 0
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
CATEGORIES= mail
DIST_SUBDIR= claws
HOMEPAGE= http://www.claws-mail.org/plugin.php?plugin=notification
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
MODULES= devel/gettext
2010-11-19 02:23:05 -05:00
LIB_DEPENDS= devel/libnotify
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= mail/claws-mail \
notification-daemon-*|notification-daemon-xfce-*|xfce4-notifyd-*:sysutils/notification-daemon
BUILD_DEPENDS= ${RUN_DEPENDS}
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1 \
expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
2010-10-11 04:11:24 -04:00
gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
2010-11-09 15:13:25 -05:00
png pthread-stubs xcb z gthread-2.0 xcb-render \
2010-11-19 02:23:05 -05:00
xcb-render-util notify>=2
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2009-07-17 13:04:08 -04:00
CONFIGURE_ARGS= --disable-static \
--disable-libcanberra-gtk
.include <bsd.port.mk>