diff options
author | steve <steve@FreeBSD.org> | 1998-07-27 09:01:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-27 09:01:00 +0800 |
commit | bd3c25c499a710ecd7838d50e6745cb0a1bba63b (patch) | |
tree | 9348fd44f3a3738030729d70b0eb03a91a4e2846 /emulators/snes9x/Makefile | |
parent | 4a77f4f9601e6eebf4e82af8b1ef2146becb1aa2 (diff) | |
download | freebsd-ports-graphics-bd3c25c499a710ecd7838d50e6745cb0a1bba63b.tar.gz freebsd-ports-graphics-bd3c25c499a710ecd7838d50e6745cb0a1bba63b.tar.zst freebsd-ports-graphics-bd3c25c499a710ecd7838d50e6745cb0a1bba63b.zip |
Update to version 1.05.
PR: 7338
Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r-- | emulators/snes9x/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 156a4ed6d97..2b4c18c939c 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: snes9x -# Version required: 0.23 -# Date created: 1 June 1997 +# Version required: 1.05 +# Date created: 20 July 1997 # Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/02 14:56:42 jseger Exp $ # -DISTNAME= snes9x_linux0.23 -PKGNAME= snes9x-0.23 +DISTNAME= s9x.linux.105.i386 +PKGNAME= snes9x-1.05 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.euro.net/pub/misc/Snes9X/ +MASTER_SITES= http://www.snes9x.com/zips/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp @@ -22,7 +22,7 @@ USE_X11= yes STRIP= BINOWN= root -BINMODE= 4755 +BINMODE= 755 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin |