o update MASTER_SITES; update DESCR accordingly
o un"echo" commands on Makefile o switch maintainership over to submitter PR: 30537 Submitted by: Adam Kranzel <adam@alameda.edu>
This commit is contained in:
parent
b9e65cf9e3
commit
78cf6f7694
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47782
2 changed files with 6 additions and 6 deletions
|
@ -8,11 +8,11 @@
|
||||||
PORTNAME= frotz
|
PORTNAME= frotz
|
||||||
PORTVERSION= 2.41
|
PORTVERSION= 2.41
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ \
|
MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ \
|
||||||
http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \
|
http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \
|
||||||
http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
|
http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= adam@alameda.edu
|
||||||
|
|
||||||
MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
|
MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
|
||||||
CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
|
CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
|
||||||
|
@ -20,12 +20,12 @@ MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
|
||||||
MAN6= frotz.6
|
MAN6= frotz.6
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
|
@${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
|
@${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${PREFIX}/share/doc/frotz
|
@${MKDIR} ${PREFIX}/share/doc/frotz
|
||||||
.for file in BUGS HOW_TO_PLAY README
|
.for file in BUGS HOW_TO_PLAY README
|
||||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ CURSES.Z5, JIGSAW.Z8, ARTHUR.ZIP etc. It is possible to play
|
||||||
Atari ST, Amiga or Macintosh games on your PC once you manage
|
Atari ST, Amiga or Macintosh games on your PC once you manage
|
||||||
to transfer the story files. There is an increasing number
|
to transfer the story files. There is an increasing number
|
||||||
of new games available on the Internet. Check the if-archive
|
of new games available on the Internet. Check the if-archive
|
||||||
at ftp.gmd.de.
|
at ftp.ifarchive.org.
|
||||||
|
|
||||||
WWW: http://www.cs.csubak.edu/~dgriffi/frotz/
|
WWW: http://www.cs.csubak.edu/~dgriffi/frotz/
|
||||||
|
|
Loading…
Reference in a new issue