opnsense-ports/multimedia/dumpmpeg/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

19 lines
341 B
Makefile

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