ad310d4aa6
(PR pkg/19268)
25 lines
662 B
Makefile
25 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.17 2002/12/10 17:59:39 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= easytag-0.23.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
|
|
|
|
MAINTAINER= wiz@netbsd.org
|
|
HOMEPAGE= http://easytag.sourceforge.net/
|
|
COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface
|
|
|
|
BUILD_USES_MSGFMT= yes # xgettext, really
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X11BASE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../audio/id3lib/buildlink2.mk"
|
|
.include "../../audio/libvorbis/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|