1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/id3v2/Makefile
Sunpoet Po-Chuan Hsieh e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00

24 lines
407 B
Makefile

# New ports collection makefile for: id3v2
# Date created: 10 Oct 2001
# Whom: 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
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib
MAKE_JOBS_UNSAFE= yes
MAN1= id3v2.1
PLIST_FILES= bin/id3v2
.include <bsd.port.mk>