2005-09-26 15:53:01 +02:00
|
|
|
# New ports collection makefile for: mpck
|
|
|
|
# Date created: 25 Sep 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-06-24 12:32:29 +02:00
|
|
|
PORTNAME= checkmate
|
2009-09-28 14:29:50 +02:00
|
|
|
PORTVERSION= 0.19
|
2005-09-26 15:53:01 +02:00
|
|
|
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
|
2005-09-26 15:53:01 +02:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-09-26 15:53:01 +02:00
|
|
|
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
|
2005-09-26 15:53:01 +02:00
|
|
|
|
2011-01-25 09:39:27 +01:00
|
|
|
LICENSE= GPLv2
|
2005-09-26 15:53:01 +02:00
|
|
|
MAN1= mpck.1
|
2006-06-24 12:32:29 +02:00
|
|
|
MLINKS= mpck.1 checkmate.1
|
2005-09-26 15:53:01 +02:00
|
|
|
PLIST_FILES= bin/mpck
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|