summaryrefslogtreecommitdiff
path: root/multimedia/dumpmpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/dumpmpeg/Makefile')
-rw-r--r--multimedia/dumpmpeg/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/multimedia/dumpmpeg/Makefile b/multimedia/dumpmpeg/Makefile
deleted file mode 100644
index 345de3db980c..000000000000
--- a/multimedia/dumpmpeg/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: dumpmpeg
-# Date created: Jun 3, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= dumpmpeg
-PORTVERSION= 0.6
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ijliao@FreeBSD.org
-COMMENT= Dump frames from mpeg movies
-
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg:${PORTSDIR}/graphics/smpeg
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG}
-
-MAN1= dumpmpeg.1
-
-.include <bsd.port.mk>