summaryrefslogtreecommitdiff
path: root/multimedia/mpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg/Makefile')
-rw-r--r--multimedia/mpeg/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/multimedia/mpeg/Makefile b/multimedia/mpeg/Makefile
deleted file mode 100644
index 6d7bc97e500e..000000000000
--- a/multimedia/mpeg/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: mpeg
-# Date created: Sa 01 May 1999 15:00:00 MET
-# Whom: Tobias Reifenberger <treif@mayn.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mpeg
-PORTVERSION= 1.2.2
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.uni-koeln.de/graph/mpeg/ \
- ftp://ftp.mni.mcgill.ca/pub/mpeg/ \
- ftp://ftp.u-aizu.ac.jp/pub/graphics/image/mpeg/mni.mcgill.ca/
-DISTNAME= MPEGv${PORTVERSION}
-
-MAINTAINER= treif@mayn.de
-
-WRKSRC= ${WRKDIR}/mpegdir
-MAN1= mpeg.1
-
-pre-build:
- @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mpeg ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/mpeg.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/mpeg
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mpeg/README
- ${INSTALL_DATA} ${WRKSRC}/doc.ps ${PREFIX}/share/doc/mpeg/doc.ps
-.endif
-
-.include <bsd.port.mk>