aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3ck/Makefile
blob: 7195a267eb8c618a440a48edf2b9b0cb04650097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    mp3ck
# Date created:     Feb 3 2002
# Whom:         Yar Tikhiy <yar@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mp3ck
PORTVERSION=    0.04
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= yar@FreeBSD.org
COMMENT=    A consistency check utility for MPEG Layer 2 or 3 files or streams

MAN1=       mp3ck.1
PLIST_FILES=    bin/mp3ck

.include <bsd.port.mk>