diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-04-06 09:10:26 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-04-06 09:10:26 +0000 |
commit | 5fb6c95052d7fa784499b54339e033d94336a30c (patch) | |
tree | 0712fdbe6932f20e9e8f288cd53688797ba3e6e4 | |
parent | Enable new nethack-qt port (diff) |
Forgot library dependency to libqt.
Added a pre-configure warning, that nethack and nethack-qt install
in the same directory, so better backup your player data ...
Reviewed by:
Submitted by: Alex Nash <nash@mcs.com> and
"Donald J. Maddox" <root@cola103.scsn.net>
Obtained from:
Notes
Notes:
svn path=/head/; revision=6149
Diffstat (limited to '')
-rw-r--r-- | games/nethack-qt/Makefile | 9 | ||||
-rw-r--r-- | games/nethack33-qt/Makefile | 9 | ||||
-rw-r--r-- | games/nethack34-qt/Makefile | 9 |
3 files changed, 24 insertions, 3 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 483e458f4174..9908c35863cb 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-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$ +# $Id: Makefile,v 1.1.1.1 1997/04/06 02:45:29 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -19,6 +19,7 @@ DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} MAINTAINER= andreas@FreeBSD.ORG +LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas @@ -28,6 +29,12 @@ SHELL= /bin/sh 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; ${SHELL} setup.sh diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index 483e458f4174..9908c35863cb 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-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$ +# $Id: Makefile,v 1.1.1.1 1997/04/06 02:45:29 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -19,6 +19,7 @@ DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} MAINTAINER= andreas@FreeBSD.ORG +LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas @@ -28,6 +29,12 @@ SHELL= /bin/sh 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; ${SHELL} setup.sh diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 483e458f4174..9908c35863cb 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$ +# $Id: Makefile,v 1.1.1.1 1997/04/06 02:45:29 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -19,6 +19,7 @@ DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} MAINTAINER= andreas@FreeBSD.ORG +LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas @@ -28,6 +29,12 @@ SHELL= /bin/sh 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; ${SHELL} setup.sh |