diff options
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r-- | games/frotz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index e127df4dda2e..cfef6bf3f1bc 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ \ http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/ MAINTAINER= adam-ports@blacktabby.org +COMMENT= Infocom games interpreter MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \ CONFIG_DIR="${PREFIX}/etc" INCL="" LIB="" |