3fdbedfa7e
upstream changes: ----------------- v4.2.0 2020-07-14 Johnny A. Solbu <johnny@solbu.net> * Use gnudb.org as default cd database, as it is replacing Freedb * Translation updates: French, serbian v4.1.1 2020-02-05 Johnny A. Solbu <johnny@solbu.net> * Patch from Till Bargheer: fix directory creation * Translation updates: Brazilian portuguese, danish, dutch, german italian, korean, norwegian, ukranian v4.1.0 2020-02-04 Johnny A. Solbu <johnny@solbu.net> * Update gettext to 0.19.4. * Drop libgnomeui2 and libgnome2 dependencies * Fix out of source tree builds * Add meson as build system option * Fix application window icon * Restored short command-line options * Port to GtkStatusIcon and drop included EggTracyIcon code * Fix tray icon right-click menu positioning * Make -Werror optional (it does more harm than good)
26 lines
686 B
Makefile
26 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.33 2020/11/12 10:03:18 triaxx Exp $
|
|
|
|
DISTNAME= grip-4.2.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grip/}
|
|
|
|
MAINTAINER= triaxx@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/grip/
|
|
COMMENT= CD-player and CD-ripper for the Gnome desktop
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../audio/grip/options.mk"
|
|
|
|
CONFIGURE_ARGS+= --disable-werror
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|