mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
532 B
Makefile
24 lines
532 B
Makefile
# New ports collection makefile for: mpeg_play
|
|
# Version required: 2.3
|
|
# Date created: 17 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/06/12 03:09:02 asami Exp $
|
|
#
|
|
|
|
DISTNAME= mpeg_play-2.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/mpeg_play
|
|
USE_IMAKE= yes
|
|
|
|
pre-patch:
|
|
cp ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile
|
|
cp ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man
|
|
|
|
.include <bsd.port.mk>
|