freebsd-ports/multimedia/mpeg_stat/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
2014-07-07 15:31:01 +00:00

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>