summaryrefslogtreecommitdiff
path: root/audio/checkmate/Makefile
blob: e880a0f0a5b5751b84039f571a15f802e09c3ca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PORTNAME=	checkmate
PORTVERSION=	0.19
CATEGORIES=	audio
MASTER_SITES=	http://checkmate.gissen.nl/ \
		CRITICAL

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Command-line utility for checking mp3 files for errors

LICENSE=	GPLv2

GNU_CONFIGURE=	yes

MAN1=		mpck.1
MLINKS=		mpck.1 checkmate.1
PLIST_FILES=	bin/mpck

.include <bsd.port.mk>