6fa4c86697
ok jasper@
38 lines
994 B
Makefile
38 lines
994 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/12/15 13:14:46 landry Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= fancy display that shows information, for gmpc
|
|
|
|
VERSION= 0.15.5.0
|
|
DISTNAME= gmpc-qosd-${VERSION}
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
HOMEPAGE= http://sarine.nl/q-on-screen-display
|
|
|
|
# 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 \
|
|
Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr \
|
|
freetype gdk-x11-2.0 gdk_pixbuf-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 pcre png xml2 z
|
|
|
|
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \
|
|
http://humppa.nl/distfiles/gmpc/
|
|
|
|
MODULES= devel/gettext
|
|
RUN_DEPENDS= :gmpc->=${VERSION}:audio/gmpc
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
USE_LIBTOOL= Yes
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|