freebsd-ports/multimedia/dumpmpeg/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
503 B
Makefile

# ex:ts=8
# New ports collection makefile for: dumpmpeg
# Date created: Jun 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dumpmpeg
PORTVERSION= 0.6
PORTREVISION= 4
CATEGORIES= multimedia graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Dump frames from mpeg movies
LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg
GNU_CONFIGURE= yes
USE_SDL= sdl
MAN1= dumpmpeg.1
PLIST_FILES= bin/dumpmpeg
.include <bsd.port.mk>