2002-02-03 12:04:04 +01:00
|
|
|
PORTNAME= mp3ck
|
2005-04-04 11:41:40 +02:00
|
|
|
PORTVERSION= 0.04
|
2002-02-03 12:04:04 +01:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF
|
2002-02-03 12:04:04 +01:00
|
|
|
|
2014-05-10 20:28:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-09 13:21:52 +02:00
|
|
|
COMMENT= Consistency check utility for MPEG Layer 2 or 3 files or streams
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://mp3ck.sourceforge.net/
|
2002-02-03 12:04:04 +01:00
|
|
|
|
2014-05-17 20:20:39 +02:00
|
|
|
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
|
2002-02-03 12:04:04 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|