2.1 - May 7th, 2007 : ===================== * Fixed a crash in the Artist/Album view after saving files, * Italian translation updated (thanks to Costantino Ceoldo), * Brazilian Portuguese translation updated (thanks to doutor.zero), * French translation updated.
28 lines
711 B
Makefile
28 lines
711 B
Makefile
# $NetBSD: Makefile,v 1.58 2007/05/10 16:08:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= easytag-2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://easytag.sourceforge.net/
|
|
COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config xgettext
|
|
|
|
.include "options.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.1
|
|
|
|
.include "../../audio/id3lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|