aboutsummaryrefslogtreecommitdiff
path: root/graphics/mpegedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mpegedit/Makefile')
-rw-r--r--graphics/mpegedit/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile
deleted file mode 100644
index adf49cf03865..000000000000
--- a/graphics/mpegedit/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: mpegedit
-# Date created: Thu Aug 1 10:50:57 CDT 1996
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= mpegedit
-PORTVERSION= 2.2
-CATEGORIES= graphics
-MASTER_SITES= http://www.netsw.org/graphic/movie/mpeg/mpegedit/
-DISTNAME= ${PORTNAME}_v${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A program to edit encoded mpeg streams
-
-LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
-
-USE_X_PREFIX= yes
-
-post-extract:
- @${FIND} ${WRKSRC} -name '.depend' | ${XARGS} ${RM} -f
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mpeg_edit ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/manual.ps ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>