openbsd-ports/x11/pidgin-libnotify/Makefile
ajacoutot 6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00

43 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.14 2011/04/21 07:07:26 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= pidgin plugin to display messages through libnotify
DISTNAME= pidgin-libnotify-0.14
CATEGORIES= x11
REVISION= 0
HOMEPAGE= http://gaim-libnotify.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/}
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 notify
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 purple
WANTLIB += png z pthread-stubs xcb gthread-2.0 xcb-render
WANTLIB += GL Xxf86vm drm xcb-shm
MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= net/pidgin,-libpurple \
devel/libnotify>=0.7.2
BUILD_DEPENDS= net/pidgin
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>