openbsd-ports/audio/gmpc-libnotify/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

2010-11-26 02:07:56 -05:00
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:07:56 espie Exp $
SHARED_ONLY= Yes
COMMENT= alternative notification pop-up, for gmpc
VERSION= 0.19.0
DISTNAME= gmpc-libnotify-${VERSION}
REVISION= 2
CATEGORIES= audio
HOMEPAGE= http://gmpc.wikia.com/wiki/Plugins
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += m mpd pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread-stubs xcb z notify gthread-2.0 xcb-render
WANTLIB += xcb-render-util
2009-11-04 18:13:34 -05:00
MODULES= devel/gettext \
textproc/intltool
2010-11-26 02:07:56 -05:00
RUN_DEPENDS= audio/gmpc>=${VERSION} \
notification-daemon-*|notification-daemon-xfce-*:sysutils/notification-daemon
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= devel/libnotify
2010-08-26 07:17:31 -04:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>