mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
503 B
Makefile
28 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>
|