mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
22 lines
349 B
Makefile
22 lines
349 B
Makefile
# 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>
|