freebsd-ports/audio/id3v2/Makefile
Clive Lin bb82e50cd6 New port: id3v2, a command line id3v2 tag editor
PR: ports/31207
Submitted by: David MacKenzie <djm@pix.net>
2001-10-20 14:55:06 +00:00

19 lines
386 B
Makefile

# New ports collection makefile for: id3v2
# Date created: 10 Oct 2001
# Whom: David MacKenzie <djm@pix.net>
#
# $FreeBSD$
#
PORTNAME= id3v2
PORTVERSION= 0.1.2
CATEGORIES= audio
MASTER_SITES= http://download.sourceforge.net/id3v2/
MAINTAINER= djm@pix.net
LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
MAN1= id3v2.1
.include <bsd.port.mk>