opnsense-ports/multimedia/dumpmpeg/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

21 lines
375 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= dumpmpeg
PORTVERSION= 0.6
PORTREVISION= 9
CATEGORIES= multimedia graphics
MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Dump frames from mpeg movies
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
GNU_CONFIGURE= yes
USE_SDL= sdl
PLIST_FILES= bin/dumpmpeg \
man/man1/dumpmpeg.1.gz
.include <bsd.port.mk>