168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
17 lines
351 B
Makefile
17 lines
351 B
Makefile
# Created by: erich@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mpeg_stat
|
|
PORTVERSION= 2.2b
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
|
|
DISTNAME= ${PKGNAME}-src
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= MPEG-I statistics gatherer
|
|
|
|
USES= shebangfix
|
|
SHEBANG_FILES= block2spec
|
|
WRKSRC= ${WRKDIR}/mpeg_stat
|
|
|
|
.include <bsd.port.mk>
|