f5917aea2c
* A fix for a bug into option menu of scanner window when using gettext. * Added Russian translation, thanks to Sergey Zhumatiy * Added ability to rename file from tag using masks (as to scan tag). * File is renamed using two stages to avoid problems if you change only the case. * Now it warns you before to change directory, if some files haven't been saved (but a little bug will appear).
16 lines
336 B
Makefile
16 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.2 2000/08/02 00:27:02 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= easytag-0.9.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://easytag.sourceforge.net/pub/easytag/devel/
|
|
|
|
MAINTAINER= wiz@netbsd.org
|
|
HOMEPAGE= http://easytag.sourceforge.net/
|
|
|
|
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
|
|
|
|
USE_GMAKE= yes
|
|
USE_X11BASE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|