88568d177e
PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
28 lines
499 B
Makefile
28 lines
499 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: dumpmpeg
|
|
# Date created: Jun 3, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dumpmpeg
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ijliao@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>
|