mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c49b37dcb0
- Convert to new LIB_DEPENDS format - Support STAGEDIR
22 lines
361 B
Makefile
22 lines
361 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:${PORTSDIR}/audio/id3lib
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
PLIST_FILES= bin/id3v2 \
|
|
man/man1/id3v2.1.gz
|
|
|
|
.include <bsd.port.mk>
|