blob: 6abaddfe303b77f9dd69021295fa0519d902e83f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: mpck
# Date created: 25 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= checkmate
PORTVERSION= 0.18
CATEGORIES= audio
MASTER_SITES= http://checkmate.linuxonly.nl/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line utility for checking mp3 files for errors
GNU_CONFIGURE= yes
MAN1= mpck.1
MLINKS= mpck.1 checkmate.1
PLIST_FILES= bin/mpck
.include <bsd.port.mk>
|