1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/mpeg_play/Makefile
Satoshi Asami ed1ba38a9f Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00

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.8 1996/11/18 11:28:41 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= ports@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>