aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dumpmpeg/Makefile
blob: fe3784986a1bf6528dff60af9ba51ac212653d98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ex:ts=8
# New ports collection makefile for:	dumpmpeg
# Date created:			Jun 3, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	dumpmpeg
PORTVERSION=	0.6
PORTREVISION=	3
CATEGORIES=	multimedia graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	multimedia@FreeBSD.org
COMMENT=	Dump frames from mpeg movies

LIB_DEPENDS=	smpeg:${PORTSDIR}/multimedia/smpeg

GNU_CONFIGURE=	yes
USE_SDL=	sdl

MAN1=		dumpmpeg.1
PLIST_FILES=	bin/dumpmpeg

.include <bsd.port.mk>