19 lines
379 B
Makefile
19 lines
379 B
Makefile
# New ports collection makefile for: id3tool
|
|
# Date created: Apr 1, 2001
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= id3tool
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://nekohako.xware.cx/id3tool/
|
|
|
|
MAINTAINER= markp@FreeBSD.org
|
|
COMMENT= A utility for manipulating mp3 ID3 Tags
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= id3tool.1
|
|
|
|
.include <bsd.port.mk>
|