aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3v2/Makefile
blob: 70551d0086bd781aed1e1be344fab3d0dbe514b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: David MacKenzie <djm@pix.net>
# $FreeBSD$

PORTNAME=   id3v2
PORTVERSION=    0.1.12
CATEGORIES= audio
MASTER_SITES=   SF

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Command line id3v2 tag editor

LICENSE=    LGPL21

LIB_DEPENDS=    libid3.so:audio/id3lib

MAKE_JOBS_UNSAFE=   yes

PLIST_FILES=    bin/id3v2 \
        man/man1/id3v2.1.gz

.include <bsd.port.mk>