diff options
author | charnier <charnier@FreeBSD.org> | 1997-08-12 14:56:30 +0800 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-08-12 14:56:30 +0800 |
commit | 17fb2b95ba811a88212b50c5f8c2233646b24b49 (patch) | |
tree | 6f708b420cc07e6cdde27eece93969e96f31aae3 /graphics/mpeg2play/Makefile | |
parent | 22a5741a0f93d76ebbe80d016da82d5546775adb (diff) | |
download | freebsd-ports-gnome-17fb2b95ba811a88212b50c5f8c2233646b24b49.tar.gz freebsd-ports-gnome-17fb2b95ba811a88212b50c5f8c2233646b24b49.tar.zst freebsd-ports-gnome-17fb2b95ba811a88212b50c5f8c2233646b24b49.zip |
Update MASTER_SITES. Now requires Motif.
Diffstat (limited to 'graphics/mpeg2play/Makefile')
-rw-r--r-- | graphics/mpeg2play/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/mpeg2play/Makefile b/graphics/mpeg2play/Makefile index a402195e4e56..36620bfe620e 100644 --- a/graphics/mpeg2play/Makefile +++ b/graphics/mpeg2play/Makefile @@ -3,21 +3,25 @@ # Date created: June 21, 1996 # Whom: "Philippe Charnier" <charnier@lirmm.fr> # -# $Id: Makefile,v 1.1.1.1 1996/07/10 05:38:41 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/18 11:28:32 asami Exp $ # DISTNAME= mpeg2play-1.1b CATEGORIES= graphics -MASTER_SITES= ftp://ftp.netcom.com/pub/cf/cfogg/mpeg2/ -DISTFILES= mpeg2play_v1.1b.tar.gz +MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ +DISTFILES= mpeg2play-1.1b.tar.gz MAINTAINER= charnier@lirmm.fr USE_X11= yes -WRKSRC= ${WRKDIR}/mpeg2play +USE_IMAKE= yes +REQUIRES_MOTIF= yes +ALL_TARGET= mpeg2play do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${WRKSRC}/mpeg2play ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults + .include <bsd.port.mk> |