e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
32 lines
851 B
Makefile
32 lines
851 B
Makefile
# $NetBSD: Makefile,v 1.99 2010/06/13 22:43:49 wiz Exp $
|
|
|
|
DISTNAME= gqmpeg-0.20.0
|
|
PKGREVISION= 14
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gqmpeg.sourceforge.net/
|
|
COMMENT= GTK+ front end to mpg123
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= mpg123{,-esound,-nas}>=0.59.18:../../audio/mpg123
|
|
DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools
|
|
DEPENDS+= xmp>=2.0.2:../../audio/xmp
|
|
|
|
USE_TOOLS+= msgfmt
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "options.mk"
|
|
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
CONFIGURE_ENV+= GNOME_DATADIR=${PREFIX}/share
|
|
|
|
MAKE_ENV+= builddir=.
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|