View | Details | Raw Unified | Return to bug 31239
Collapse All | Expand All

(-)frotz/Makefile (-3 / +3 lines)
Lines 12-18 Link Here
12
		http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \
12
		http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \
13
		http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
13
		http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
14
14
15
MAINTAINER=	adam@alameda.edu
15
MAINTAINER=	adam@blacktabby.org
16
16
17
MAKE_ARGS=	CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
17
MAKE_ARGS=	CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
18
		CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
18
		CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
Lines 23-31 Link Here
23
	@${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
23
	@${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
24
	@${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
24
	@${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
25
.if !defined(NOPORTDOCS)
25
.if !defined(NOPORTDOCS)
26
	@${MKDIR} ${PREFIX}/share/doc/frotz
26
	@${MKDIR} ${DOCSDIR}
27
.for file in BUGS HOW_TO_PLAY README
27
.for file in BUGS HOW_TO_PLAY README
28
	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
28
	@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
29
.endfor
29
.endfor
30
.endif
30
.endif
31
31
(-)frotz/pkg-descr (-1 / +4 lines)
Lines 7-10 Link Here
7
of new games available on the Internet. Check the if-archive
7
of new games available on the Internet. Check the if-archive
8
at ftp.ifarchive.org.
8
at ftp.ifarchive.org.
9
9
10
WWW: http://www.cs.csubak.edu/~dgriffi/frotz/
10
WWW: http://www.cs.csubak.edu/~dgriffi/proj/frotz/
11
12
 -Adam
13
 adam@blacktabby.org

Return to bug 31239