34adeec164
Patch provided by Juan RP via PR pkg/20564 with minor cleanups by me. Changes: - The theme code has been improved: themes are now loaded from the theme selector of the preferences window, allowing easy theme previewing; Galeon themes directories are now automatically detected; the STREAMTUNER_THEMES_PATH environment variable can be used to specify extra directories to scan for themes - The geometry of the preferences window is now remembered - A number of incremental changes have been made to the plugin API, deprecating a few calls but preserving backward compatibility - GTK+ stock icons have been added to some menuitems - A few bugs have been fixed
23 lines
567 B
Makefile
23 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/03/04 14:41:17 salo Exp $
|
|
#
|
|
|
|
DISTNAME= streamtuner-0.9.1
|
|
CATEGORIES= audio www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamtuner/}
|
|
|
|
MAINTAINER= jrp@hispabsd.org
|
|
HOMEPAGE= http://streamtuner.sourceforge.net/
|
|
COMMENT= Stream directory browser
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
|
|
SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/extras/streamtuner.pc.in
|
|
|
|
.include "../../www/curl/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|