openbsd-ports/x11/pidgin-libnotify/Makefile

40 lines
1.1 KiB
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:15:34 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= pidgin plugin to display messages through libnotify
DISTNAME= pidgin-libnotify-0.13
2010-10-11 04:11:24 -04:00
REVISION= 7
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
WANTLIB += png z pthread-stubs xcb gthread-2.0 xcb-render xcb-render-util
MODULES= devel/gettext \
textproc/intltool
2010-07-30 05:23:28 -04:00
LIB_DEPENDS= ::net/pidgin,-libpurple \
::devel/libnotify
BUILD_DEPENDS= ::net/pidgin
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>