mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
23 lines
465 B
Makefile
23 lines
465 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://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>
|