2009-01-12 22:12:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.18 2009/01/12 21:12:40 shattered Exp $
|
2004-11-03 04:21:13 +01:00
|
|
|
|
|
|
|
DISTNAME= gqmpeg-0.91.1
|
2009-01-12 22:12:40 +01:00
|
|
|
PKGREVISION= 6
|
2004-11-03 04:21:13 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/}
|
|
|
|
|
|
|
|
MAINTAINER= sekiya@NetBSD.org
|
|
|
|
HOMEPAGE= http://gqmpeg.sourceforge.net/
|
|
|
|
COMMENT= GTK+ front end to mpg123
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-11-03 04:21:13 +01:00
|
|
|
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
|
|
|
|
|
2006-04-13 20:23:29 +02:00
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
2005-04-03 15:24:10 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2005-05-31 17:13:57 +02:00
|
|
|
USE_DIRS+= xdg-1.2
|
2004-11-03 04:21:13 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
|
|
CONFIGURE_ENV+= GNOME_DATADIR=${PREFIX}/share
|
|
|
|
|
2005-05-31 17:13:57 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2004-12-08 09:32:44 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
|
2004-11-03 04:21:13 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|