44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.12 2008/06/15 00:04:50 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Amazon cover art provider for gmpc
|
|
|
|
VERSION= 0.15.5.0
|
|
DISTNAME= gmpc-coveramazon-${VERSION}
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
HOMEPAGE= http://sarine.nl/amazon-provider
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \
|
|
http://humppa.nl/distfiles/gmpc/
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xrender Xrandr atk-1.0 expat fontconfig \
|
|
Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \
|
|
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
|
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
cairo pcre pixman-1 png z
|
|
|
|
MODULES= devel/gettext
|
|
RUN_DEPENDS= :gmpc->=${VERSION}:audio/gmpc
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
LIB_DEPENDS= xml2.>=9::textproc/libxml \
|
|
mpd.>=2::audio/libmpd \
|
|
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
|
|
|
|
USE_LIBTOOL= Yes
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|