mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
22 lines
362 B
Makefile
22 lines
362 B
Makefile
# Created by: ijliao
|
|
|
|
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:multimedia/smpeg
|
|
|
|
USES= sdl
|
|
GNU_CONFIGURE= yes
|
|
USE_SDL= sdl
|
|
|
|
PLIST_FILES= bin/dumpmpeg \
|
|
man/man1/dumpmpeg.1.gz
|
|
|
|
.include <bsd.port.mk>
|