55fa90af5f
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
34 lines
900 B
Makefile
34 lines
900 B
Makefile
# $NetBSD: Makefile,v 1.40 2009/01/04 18:00:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= streamtuner-0.99.99
|
|
PKGREVISION= 7
|
|
CATEGORIES= audio www
|
|
MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/streamtuner/
|
|
COMMENT= Stream directory browser
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme
|
|
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_TOOLS+= gmake msgfmt pkg-config intltool
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE= extras/streamtuner.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../textproc/rarian/omf.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|