diff options
author | mph <mph@FreeBSD.org> | 1998-05-18 04:10:08 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-18 04:10:08 +0000 |
commit | 4c7de5d5b576ef44cbdba1a1e90c71d9ddec3423 (patch) | |
tree | e6a2ad575d12348e4ffa5f4e9852605f523056ec /games/frotz/Makefile | |
parent | d11dcfc361174d4deb0728b4ef3581ff11ae1da0 (diff) | |
download | FreeBSD-ports-4c7de5d5b576ef44cbdba1a1e90c71d9ddec3423.zip FreeBSD-ports-4c7de5d5b576ef44cbdba1a1e90c71d9ddec3423.tar.gz |
Import of frotz, yet another Infocom interpreter.
PR: 6660
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r-- | games/frotz/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile new file mode 100644 index 0000000..59f93d6 --- /dev/null +++ b/games/frotz/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: frotz +# Version required: 2.32 +# Date created: 16 May 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= UnixFrotz232R2Std10 +PKGNAME= frotz-2.32 +CATEGORIES= games +MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= +WRKSRC= ${WRKDIR}/frotz-2.32 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin + +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/frotz +.for file in Readme.unix Todo + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz +.endfor +.endif + +.include <bsd.port.mk> |