6c852b2d98
Approved by: miwi (mentor)
23 lines
524 B
Makefile
23 lines
524 B
Makefile
# New ports collection makefile for: mpeg_stat
|
|
# Date created: Thu Aug 1 21:52:06 CDT 1996
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpeg_stat
|
|
PORTVERSION= 2.2b
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://bmrc.berkeley.edu/ftp/pub/multimedia/mpeg/stat/ \
|
|
http://www.bsd-geek.de/FreeBSD/distfiles/
|
|
DISTNAME= ${PKGNAME}-src
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= An MPEG-I statistics gatherer
|
|
|
|
MAN1= mpeg_stat.1
|
|
MANCOMPRESSED= yes
|
|
|
|
WRKSRC= ${WRKDIR}/mpeg_stat
|
|
|
|
.include <bsd.port.mk>
|