diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
| commit | 47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch) | |
| tree | 9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /multimedia/mpeg_encode/Makefile | |
| parent | a7b4667654401c6cff9093ae6ebd74c74d6776ac (diff) | |
Diffstat (limited to 'multimedia/mpeg_encode/Makefile')
| -rw-r--r-- | multimedia/mpeg_encode/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile deleted file mode 100644 index 65d97cc0df93..000000000000 --- a/multimedia/mpeg_encode/Makefile +++ /dev/null @@ -1,36 +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 - -USE_REINPLACE= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-patch: - @(${GREP} -R -l "malloc.h" ${WRKSRC}/* | \ - ${XARGS} ${REINPLACE_CMD} -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> |
