23 lines
478 B
Makefile
23 lines
478 B
Makefile
PORTNAME= dumpmpeg
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 11
|
|
CATEGORIES= multimedia graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Dump frames from mpeg movies
|
|
|
|
DEPRECATED= Obsolete utility, consider using multimedia/ffmpeg
|
|
EXPIRATION_DATE=2024-12-31
|
|
|
|
LIB_DEPENDS= libsmpeg.so:multimedia/smpeg
|
|
|
|
USES= sdl
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USE_SDL= sdl
|
|
|
|
PLIST_FILES= bin/dumpmpeg \
|
|
share/man/man1/dumpmpeg.1.gz
|
|
|
|
.include <bsd.port.mk>
|