From 5fb6c95052d7fa784499b54339e033d94336a30c Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 6 Apr 1997 09:10:26 +0000 Subject: 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 and "Donald J. Maddox" Obtained from: --- games/nethack34-qt/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'games/nethack34-qt/Makefile') 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 # -# $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 -- cgit v1.2.3