0ed7d2bc6b
-- id3ed is an interactive console interface for editing the id3 tags found in mp3 files. It can also remove or just view tags. WWW: http://www.azstarnet.com/~donut/programs/id3ed.html Submitted by Nick Nauwelaerts <nick.bsd@be.wanadoo.com>
24 lines
532 B
Makefile
24 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/18 18:19:04 lebel Exp $
|
|
|
|
COMMENT= "interactive console id3 tag editor"
|
|
|
|
DISTNAME= id3ed-1.10.2
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.414
|
|
|
|
HOMEPAGE= http://www.azstarnet.com/~donut/programs/id3ed.html
|
|
|
|
MAINTAINER= Nick Nauwelaerts <nick.bsd@be.wanadoo.com>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.azstarnet.com/~donut/programs/id3ed/
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|