blob: 473283e9514868112fd65cd5d1eb8aac99a2a49f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= An MPEG-I statistics gatherer
MAN1= mpeg_stat.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/mpeg_stat
NO_STAGE= yes
.include <bsd.port.mk>
|