2007-09-15 17:26:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/09/15 21:26:01 simon Exp $
|
2007-04-19 11:14:09 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= adds the omitted stop button, for gmpc
|
2007-04-19 11:14:09 -04:00
|
|
|
|
2007-05-26 11:14:58 -04:00
|
|
|
VERSION= 0.15.0
|
2007-04-19 11:14:09 -04:00
|
|
|
DISTNAME= gmpc-stopbutton-${VERSION}
|
|
|
|
CATEGORIES= audio
|
|
|
|
|
2007-05-26 11:14:58 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
|
|
|
HOMEPAGE= http://sarine.nl/gmpc-plugins-stopbutton
|
2007-04-19 11:14:09 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xrender atk-1.0 cairo expat fontconfig \
|
|
|
|
freetype gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz \
|
|
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m mpd pango-1.0 \
|
|
|
|
pangocairo-1.0 pangoft2-1.0 png xml2 z
|
|
|
|
|
2007-05-26 17:08:07 -04:00
|
|
|
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION}/plugins/ \
|
|
|
|
http://humppa.nl/distfiles/gmpc/
|
2007-04-19 11:14:09 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
RUN_DEPENDS= :gmpc->=${VERSION}:audio/gmpc
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USE_LIBTOOL= Yes
|
2007-07-11 10:25:34 -04:00
|
|
|
USE_X11= Yes
|
2007-04-19 11:14:09 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|