aboutsummaryrefslogtreecommitdiff
path: root/audio/checkmate/Makefile
blob: 4fe8a6f123d5587fa631eac24265c9419ccfb245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	checkmate
DISTVERSION=	0.21
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://checkmate.gissen.nl/ \
		LOCAL/ehaupt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Command-line utility for checking mp3 files for errors
WWW=		https://checkmate.gissen.nl/

LICENSE=	GPLv2

GNU_CONFIGURE=			yes

PLIST_FILES=	bin/mpck \
		share/man/man1/mpck.1.gz

.include <bsd.port.mk>