blob: c1f514afb9c8de90851294bd9909627484abf7ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Emanuel Haupt <ehaupt@critical.ch>
PORTNAME= checkmate
PORTVERSION= 0.21
CATEGORIES= audio
MASTER_SITES= http://checkmate.gissen.nl/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility for checking mp3 files for errors
LICENSE= GPLv2
GNU_CONFIGURE= yes
PLIST_FILES= bin/mpck man/man1/mpck.1.gz
.include <bsd.port.mk>
|