blob: 1d349d260a58ac9151bb944aa4325cb672ddd647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $NetBSD: Makefile,v 1.98 2010/01/18 09:58:38 wiz Exp $
DISTNAME= gqmpeg-0.20.0
PKGREVISION= 13
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"
|