freebsd-ports/audio/checkmate/Makefile

26 lines
490 B
Makefile
Raw Normal View History

# New ports collection makefile for: mpck
# Date created: 25 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= checkmate
2009-09-28 14:29:50 +02:00
PORTVERSION= 0.19
CATEGORIES= audio
2009-09-28 14:29:50 +02:00
MASTER_SITES= http://checkmate.gissen.nl/ \
2008-03-27 23:15:47 +01:00
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line utility for checking mp3 files for errors
GNU_CONFIGURE= yes
2009-03-27 10:53:36 +01:00
MAKE_JOBS_SAFE= yes
LICENSE= GPLv2
MAN1= mpck.1
MLINKS= mpck.1 checkmate.1
PLIST_FILES= bin/mpck
.include <bsd.port.mk>