200e3c4a04
version, and bump all depends. Per discussion on pkgsrc-changes.
32 lines
806 B
Makefile
32 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.24 2010/09/14 11:01:22 wiz Exp $
|
|
|
|
DISTNAME= gqmpeg-0.91.1
|
|
PKGREVISION= 9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/}
|
|
|
|
MAINTAINER= sekiya@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 pkg-config
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
CONFIGURE_ENV+= GNOME_DATADIR=${PREFIX}/share
|
|
|
|
MAKE_ENV+= builddir=.
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|