636ee1b1d6
v3.9.0 2018-07-10 Johnny A. Solbu <johnny@solbu.net> * Add freedb.musicbrainz.org as secondary default cd database v3.8.1 2018-05-26 Johnny A. Solbu <johnny@solbu.net> * Fedora patch: Search paths for executables during config switches * Reformat manpage, to ease maintanability * Add COPYING-LGPL: 4 files are licensed under the LGPLv2+ * Sync Chinese (simplified) from Translatin Troject v3.8.0 2018-05-13 Johnny A. Solbu <johnny@solbu.net> * Add default encode configuration for - faac (bug #143) - opus (bug #117) * Fedora patch: put oggenc to the top of config list Apparently, without this patch, the config files are ignored v3.7.1 2018-04-10 Johnny A. Solbu <johnny@solbu.net> * Sync Spanish translation from Translation Project
25 lines
691 B
Makefile
25 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/08/16 21:44:43 triaxx Exp $
|
|
|
|
DISTNAME= grip-3.9.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"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|