summaryrefslogtreecommitdiff
path: root/audio/id3v2/Makefile
blob: e7c0a63d6ad665cfe5c773b104248b7ecf48bf1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>