2005-09-26 15:53:01 +02:00
|
|
|
# New ports collection makefile for: mpck
|
|
|
|
# Date created: 25 Sep 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mpck
|
2006-06-21 10:21:45 +02:00
|
|
|
PORTVERSION= 0.14
|
2005-09-26 15:53:01 +02:00
|
|
|
CATEGORIES= audio
|
2006-06-01 14:13:54 +02:00
|
|
|
MASTER_SITES= http://checkmate.linuxonly.nl/ \
|
|
|
|
http://critical.ch/distfiles/ \
|
|
|
|
http://energy.critical.ch/distfiles/
|
2006-03-15 11:43:09 +01:00
|
|
|
DISTNAME= checkmate-${PORTVERSION}
|
2005-09-26 15:53:01 +02:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-09-26 15:53:01 +02:00
|
|
|
COMMENT= A command-line utility for checking mp3 files for errors
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
MAN1= mpck.1
|
|
|
|
PLIST_FILES= bin/mpck
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|