openbsd-ports/audio/grip/Makefile
ajacoutot 46e87c160f Add BUILD_DEPENDS on rarian. Technically it is not entirely needed but
since we depend on yelp it'll get installed anyway. This is to ease
grep(1) over the ports tree to check ports that could be impacted by
the GNOME3 update (as well as consistency with the rest of stuffs
dependeing on yelp).

While here, regen wantlib.
2011-05-11 15:51:10 +00:00

53 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.42 2011/05/11 15:51:10 ajacoutot Exp $
COMMENT= front-end to external cd audio rippers and mp3 encoders
DISTNAME= grip-3.2.0
REVISION= 20
CATEGORIES= audio
HOMEPAGE= http://www.nostatic.org/grip/
MAINTAINER= Steve Shockley <steve.shockley@shockley.net>
# GPL: http://www.nostatic.org/grip/doc/ar01s09.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
WANTLIB += art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation bonoboui-2
WANTLIB += c cairo canberra cdda_interface cdda_paranoia crypto
WANTLIB += curl drm expat fontconfig freetype gailutil gconf-2
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gnome-2 gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 id3 idn m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png popt pthread
WANTLIB += pthread-stubs ssl stdc++ vte xcb xcb-render xcb-shm
WANTLIB += xml2 z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grip/}
MODULES= devel/gettext
BUILD_DEPENDS= textproc/rarian
LIB_DEPENDS= x11/gnome/libgnomeui \
audio/id3lib \
net/curl \
devel/vte \
audio/cdparanoia
RUN_DEPENDS= x11/gnome/yelp \
audio/vorbis-tools \
devel/desktop-file-utils
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LIBTOOL= Yes
.include <bsd.port.mk>