freebsd-ports/audio/mp3lint/Makefile
Sunpoet Po-Chuan Hsieh 0d5e39c89e - Use LOCAL/sunpoet as backup MASTER_SITES
Approved by:	pgollucci (mentor)
2010-10-01 01:14:18 +00:00

30 lines
731 B
Makefile

# New ports collection makefile for: mp3lint
# Date created: 2010-07-06
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
#
# $FreeBSD$
#
PORTNAME= mp3lint
PORTVERSION= 0.9
CATEGORIES= audio perl5
MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A configurable tool to check collections of audio files
BUILD_DEPENDS= ${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= mp3lintsum.1 mp3lintskip.1 mp3lint.1
MAN3= mp3lint-tools.3
MAN5= mp3lintrc.5
post-patch:
@${REINPLACE_CMD} -e '/^DESTINSTALLSYSCONFDIR/ s|DESTDIR|PREFIX|' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>