freebsd-ports/audio/id3v2/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>