mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
aec245c427
Modernize LIB_DEPENDS
22 lines
375 B
Makefile
22 lines
375 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dumpmpeg
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 6
|
|
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>
|