aboutsummaryrefslogtreecommitdiff
path: root/games/frotz/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:21:52 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:21:52 +0000
commit7acc6ba7438948e752ee6fb6d8cc6dd535437eed (patch)
tree24cf6f3af8b2aa17d41615db5f8472c6eac39edb /games/frotz/Makefile
parent4594352eea060d36f65797080aa3b9fe2ef1c321 (diff)
downloadports-7acc6ba7438948e752ee6fb6d8cc6dd535437eed.tar.gz
ports-7acc6ba7438948e752ee6fb6d8cc6dd535437eed.zip
Update to version 2.40
PR: 23074 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35447
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r--games/frotz/Makefile28
1 files changed, 13 insertions, 15 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile
index c09534b0af34..948856391d34 100644
--- a/games/frotz/Makefile
+++ b/games/frotz/Makefile
@@ -5,27 +5,25 @@
# $FreeBSD$
#
-PORTNAME= frotz
-PORTVERSION= 2.32
-CATEGORIES= games
-MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
-DISTNAME= UnixFrotz232R2Std10
+PORTNAME= frotz
+PORTVERSION= 2.40
+CATEGORIES= games
+MASTER_SITES= http://www.cs.csubak.edu/~dgriffi/frotz/files/ \
+ ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-ALL_TARGET=
-WRKSRC= ${WRKDIR}/frotz-2.32
+ALL_TARGET= # empty
-MAN6= frotz.6
+MAN6= frotz.6
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
- @ ${INSTALL_MAN} ${WRKSRC}/frotz.6 ${PREFIX}/man/man6
-
+ ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/frotz.6 ${PREFIX}/man/man6
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/frotz
-.for file in Readme.unix Todo
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
+ @${MKDIR} ${PREFIX}/share/doc/frotz
+.for file in AUTHORS BUGS ChangeLog HOW_TO_PLAY INSTALL README TODO
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
.endfor
.endif