openbsd-ports/audio/grip/Makefile

53 lines
1.5 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.44 2011/09/23 08:49:41 ajacoutot Exp $
COMMENT= front-end to external cd audio rippers and mp3 encoders
DISTNAME= grip-3.2.0
REVISION= 22
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,gtk2 \
audio/cdparanoia
RUN_DEPENDS= x11/gnome/yelp \
audio/vorbis-tools \
devel/desktop-file-utils
2002-05-07 17:05:33 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2007-04-07 10:05:04 -04:00
USE_LIBTOOL= Yes
2006-11-11 16:04:27 -05:00
.include <bsd.port.mk>