mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# Created by: Yar Tikhiy <yar@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mp3ck
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Consistency check utility for MPEG Layer 2 or 3 files or streams
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
|
|
PLIST_FILES= bin/mp3ck man/man1/mp3ck.1.gz
|
|
|
|
.include <bsd.port.mk>
|