openbsd-ports/x11/pidgin-libnotify/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

2010-10-27 05:37:09 -04:00
# $OpenBSD: Makefile,v 1.12 2010/10/27 09:37:09 jasper Exp $
SHARED_ONLY= Yes
COMMENT= pidgin plugin to display messages through libnotify
2010-10-27 05:37:09 -04:00
DISTNAME= pidgin-libnotify-0.14
CATEGORIES= x11
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
2009-03-07 10:37:38 -05:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1
2010-07-30 05:23:28 -04:00
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 notify
2010-10-11 04:11:24 -04:00
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gtk-x11-2.0
2010-07-30 05:23:28 -04:00
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 purple
2010-10-27 05:37:09 -04:00
WANTLIB += png z pthread-stubs xcb gthread-2.0 xcb-render
WANTLIB += GL Xxf86vm drm xcb-shm
MODULES= devel/gettext \
textproc/intltool
2010-07-30 05:23:28 -04:00
LIB_DEPENDS= ::net/pidgin,-libpurple \
::devel/libnotify
BUILD_DEPENDS= ::net/pidgin
2010-10-27 05:37:09 -04:00
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>