blob: 1663daf3b45a91098674819977443c6c08fd9ba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Mark Pulford <mark@kyne.com.au>
PORTNAME= id3tool
PORTVERSION= 1.2a
CATEGORIES= audio
MASTER_SITES= http://nekohako.xware.cx/id3tool/
MAINTAINER= gavin@FreeBSD.org
COMMENT= Utility for manipulating mp3 ID3 Tags
GNU_CONFIGURE= yes
PLIST_FILES= bin/id3tool man/man1/id3tool.1.gz
.include <bsd.port.mk>
|