diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-04 14:53:11 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-04 14:53:11 +0000 |
commit | dc455bf77d858e5f8db750ad52b0bd9e0e76c7e7 (patch) | |
tree | e51fa8c140763137c360a0842b51812f87ef266f /games/nethack34-qt/Makefile | |
parent | 8dc1d5515f125f5cd602d83ac185f4b4d34986a2 (diff) | |
download | FreeBSD-ports-dc455bf77d858e5f8db750ad52b0bd9e0e76c7e7.zip FreeBSD-ports-dc455bf77d858e5f8db750ad52b0bd9e0e76c7e7.tar.gz |
cosmetic changes using portlint, a really nice tool ;-)
Diffstat (limited to 'games/nethack34-qt/Makefile')
-rw-r--r-- | games/nethack34-qt/Makefile | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 5d60bb2..2f27264 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.6 1997/04/15 01:49:44 asami Exp $ +# $Id: Makefile,v 1.7 1997/07/12 16:53:38 max Exp $ # DISTNAME= nethack-3.2.2 @@ -30,38 +30,38 @@ USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "!!! You cannot install nethack and nethack-qt in parallel !!!" - @echo "!!! But nethack-qt might read your prior nethack scores !!!" - @echo "!!! Don't forget to backup your nethack libdir if it's !!!" - @echo "!!! important for you !!!" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @cd ${WRKSRC}/win; tar xvzf ${DISTDIR}/${QT_PATCH} - @cd ${WRKSRC}; patch < win/Qt/nhqt.patch - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - @cd ${WRKSRC}/src; patch < ${FILESDIR}/src-Makefile.diff - @cd ${WRKSRC}/src; patch < ${FILESDIR}/src-sounds.c.diff - @cd ${WRKSRC}; patch < ${FILESDIR}/include-unixconf.h.diff + @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @ ${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" + @ ${ECHO} "!! But nethack-qt might read your prior nethack scores !!" + @ ${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" + @ ${ECHO} "!! important for you !!" + @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @ cd ${WRKSRC}/win; tar xvzf ${DISTDIR}/${QT_PATCH} + @ cd ${WRKSRC}; ${PATCH} < win/Qt/nhqt.patch + @ cd ${WRKSRC}/sys/unix; ${SH} setup.sh + @ cd ${WRKSRC}/src; ${PATCH} < ${FILESDIR}/src-Makefile.diff + @ cd ${WRKSRC}/src; ${PATCH} < ${FILESDIR}/src-sounds.c.diff + @ cd ${WRKSRC}; ${PATCH} < ${FILESDIR}/include-unixconf.h.diff post-install: - @cd ${WRKSRC}/doc; chmod 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages + @ cd ${WRKSRC}/doc; chmod 644 *.6 + @ cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/nethack ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack .endif - @cd ${PREFIX}/lib/nethackdir; tar xzf ${DISTDIR}/${QT_SOUND} - @cd ${PREFIX}/lib/nethackdir; chown games.games *.au .nethackrc - @cd ${PREFIX}/lib/nethackdir; chmod 444 *.au .nethackrc - echo "-----------------------" - echo "post-installation hints - echo "-----------------------" - echo "a) Add this to your user environment:" - echo " setenv AUDIOSERVER `hostname`:0" - echo "b) Start the NAS audio server" - echo " auvoxware -aa & # -aa allows any host access" - echo "c) Copy the example nethackrc file from $FILESDIR to your" - echo " login directory:" - echo " cp $FILESDIR/sample.nethackrc $HOME/.nethackrc" + @ cd ${PREFIX}/lib/nethackdir; tar xzf ${DISTDIR}/${QT_SOUND} + @ cd ${PREFIX}/lib/nethackdir; chown games.games *.au .nethackrc + @ cd ${PREFIX}/lib/nethackdir; chmod 444 *.au .nethackrc + @ ${ECHO} "-----------------------" + @ ${ECHO} "post-installation hints + @ ${ECHO} "-----------------------" + @ ${ECHO} "a) Add this to your user environment:" + @ ${ECHO} " setenv AUDIOSERVER `hostname`:0" + @ ${ECHO} "b) Start the NAS audio server" + @ ${ECHO} " auvoxware -aa & # -aa allows any host access" + @ ${ECHO} "c) Copy the example nethackrc file from $FILESDIR to your" + @ ${ECHO} " login directory:" + @ ${ECHO} " ${CP} $FILESDIR/sample.nethackrc $HOME/.nethackrc" .include <bsd.port.mk> |