mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# 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
|
|
|
|
PLIST_FILES= bin/mpck man/man1/mpck.1.gz
|
|
|
|
.include <bsd.port.mk>
|