summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg_encode/Makefile')
-rw-r--r--multimedia/mpeg_encode/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile
deleted file mode 100644
index 2c580cf3887e..000000000000
--- a/multimedia/mpeg_encode/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: mpeg_encode
-# Date created:
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= mpeg_encode
-PORTVERSION= 1.5b
-CATEGORIES= graphics
-MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
-DISTNAME= ${PKGNAME}-src
-
-MAINTAINER= ports@FreeBSD.org
-
-MAN1= mpeg_encode.1
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-post-patch:
- @(${GREP} -R -l "malloc.h" ${WRKSRC}/* | \
- ${XARGS} ${PERL} -pi -e "s/malloc.h/stdlib.h/")
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mpeg_encode ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/docs/mpeg_encode.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for i in users-guide.ps template.param
- @${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>