# New ports collection makefile for: dungeon # Date created: 31 October 1999 # Whom: Ryo MIYAMOTO # # $FreeBSD$ # PORTNAME= dungeon PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/games/source/ \ http://wuarchive.wustl.edu/doc/misc/if-archive/games/source/ \ http://ftp.nodomainname.net/pub/mirrors/if-archive/games/source/ \ ftp://ftp.ifarchive.com/if-archive/games/source/ \ ftp://www.plover.net/if-archive/games/source/ \ ftp://ftp.guetech.org/if-archive/games/source/ \ ftp://ftp.funet.fi/pub/misc/if-archive/games/source/ \ http://www.planetmirror.com/pub/if-archive/games/source/ \ ftp://ftp.planetmirror.com/pub/if-archive/games/source/ \ ftp://mirror.holmoak.co.uk/if-archive/games/source/ DISTFILES= dungn27s.zip dungn32b.zip MAINTAINER= rmiya@cc.hirosaki-u.ac.jp COMMENT= Text adventure game of ZORK EXTRACT_ONLY= dungn27s.zip NO_WRKSUBDIR= yes USE_ZIP= yes #WRKSRC= ${WRKDIR}/${DISTNAME} MAN6= dungeon.6 TMPFILE= ${WRKSRC}/dungeon.tmp #do-extract: # ${RM} -rf ${WRKSRC} # ${MKDIR} ${WRKSRC} # (cd ${WRKSRC} && unzip ${DISTDIR}/dungn27s.zip > /dev/null) post-extract: (cd ${WRKSRC} && ${LS} > ${TMPFILE}.1) (cd ${WRKSRC} && ${AWK} -f ${FILESDIR}/aa.awk < ${TMPFILE}.1 \ > ${TMPFILE}.2) (cd ${WRKSRC} && sh ${TMPFILE}.2) (cd ${WRKSRC} && ${RM} ${TMPFILE}.?) (cd ${WRKSRC} && ${CP} makefile Makefile) pre-install: ${RM} -rf ${PREFIX}/share/dungeon ${MKDIR} ${PREFIX}/share/dungeon do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dungeon ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/dtextc.dat ${PREFIX}/share/dungeon ${INSTALL_MAN} ${WRKSRC}/dungeon.6 ${PREFIX}/man/man6 post-install: ${STRIP_CMD} ${PREFIX}/bin/dungeon .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/history ${PREFIX}/share/dungeon ${INSTALL_DATA} ${WRKSRC}/manifest ${PREFIX}/share/dungeon ${INSTALL_DATA} ${WRKSRC}/readme ${PREFIX}/share/dungeon ${INSTALL_DATA} ${DISTDIR}/dungn32b.zip ${PREFIX}/share/dungeon .endif .include