1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/mpeg_encode/Makefile

32 lines
727 B
Makefile
Raw Normal View History

1996-08-01 20:04:37 +00:00
# New ports collection makefile for: mpeg_encode
# Date created:
# Whom: erich@FreeBSD.org
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
1996-08-01 20:04:37 +00:00
#
PORTNAME= mpeg_encode
PORTVERSION= 1.5b
CATEGORIES= graphics
MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
DISTNAME= ${PKGNAME}-src
1996-08-01 20:04:37 +00:00
MAINTAINER= ports@FreeBSD.org
1996-08-01 20:04:37 +00:00
MAN1= mpeg_encode.1
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mpeg_encode ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/mpeg_encode.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for i in users-guide.ps template.param
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/${PORTNAME}
.endfor
.endif
1996-08-01 20:04:37 +00:00
.include <bsd.port.mk>