1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/multimedia/dumpmpeg/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
363 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:multimedia/smpeg
GNU_CONFIGURE= yes
USE_SDL= sdl
PLIST_FILES= bin/dumpmpeg \
man/man1/dumpmpeg.1.gz
.include <bsd.port.mk>