diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-02-07 09:28:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-02-07 09:28:43 +0000 |
commit | 394c2c89706a18d5df9d90f529d5d07c2d603c07 (patch) | |
tree | b80a70b681cf75329eb99bfb4221b37ef7a63ea3 /graphics/mpeg_play/Makefile | |
parent | Distfile changed at master site, now has files in subdir. (diff) |
Upgrade, 2.0 -> 2.2. They apparently stopped using Motif (which
they were in 2.0.1). :)
patch-ab and patch-ac are gone, 16/24 bit displays are now supported
in the original code.
Diffstat (limited to 'graphics/mpeg_play/Makefile')
-rw-r--r-- | graphics/mpeg_play/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/mpeg_play/Makefile b/graphics/mpeg_play/Makefile index c85abac5c6bd..630949e2b9af 100644 --- a/graphics/mpeg_play/Makefile +++ b/graphics/mpeg_play/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: mpeg_play -# Version required: 2.0 +# Version required: 2.2 # Date created: 17 December 1994 # Whom: asami # -# $Id: Makefile,v 1.4 1995/04/01 12:45:54 jkh Exp $ +# $Id: Makefile,v 1.5 1995/04/09 07:09:37 asami Exp $ # -DISTNAME= mpeg_play-2.0 +DISTNAME= mpeg_play-2.2 CATEGORIES+= graphics -MASTER_SITES= ftp://s2k-ftp.cs.berkeley.edu/pub/multimedia/mpeg/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://s2k-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= asami@FreeBSD.ORG -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/mpeg_play USE_IMAKE= yes pre-patch: |