freebsd-ports/multimedia/dumpmpeg/Makefile
Edwin Groothuis 88568d177e Make ports/multimedia use the USE_SDL macro
PR:		ports/61805
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2004-03-07 23:28:40 +00:00

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>