33 lines
828 B
Makefile
33 lines
828 B
Makefile
# $NetBSD: Makefile,v 1.27 2011/04/05 08:09:41 wiz Exp $
|
|
|
|
DISTNAME= gqmpeg-0.91.1
|
|
PKGREVISION= 11
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/}
|
|
|
|
MAINTAINER= sekiya@NetBSD.org
|
|
HOMEPAGE= http://gqmpeg.sourceforge.net/
|
|
COMMENT= GTK+ front end to mpg123
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
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"
|