1997-04-06 02:45:30 +00:00
|
|
|
# New ports collection makefile for: nethack-qt
|
|
|
|
# Date created: So 6 Apr 1997 04:25:57 MET DST
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1997-04-06 02:45:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= qt-nethack
|
|
|
|
PORTVERSION= 1.0.1
|
1998-07-27 23:25:33 +00:00
|
|
|
CATEGORIES= games
|
1999-05-29 10:57:29 +00:00
|
|
|
MASTER_SITES= http://trolls.troll.no/warwick/nethack/ \
|
1998-07-20 17:37:15 +00:00
|
|
|
ftp://ftp.troll.no/contrib/ \
|
1997-04-06 02:45:30 +00:00
|
|
|
${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= nethack
|
2000-04-14 12:28:40 +00:00
|
|
|
DISTNAME= nethack-3.2.2
|
2000-03-30 21:00:11 +00:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${QT_PATCH} ${QT_SOUND}
|
1997-11-10 09:29:54 +00:00
|
|
|
|
2000-02-20 17:01:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-11-09 08:14:46 +00:00
|
|
|
|
1997-04-15 01:49:44 +00:00
|
|
|
BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \
|
|
|
|
xpmtoppm:${PORTSDIR}/graphics/netpbm
|
1997-04-06 02:45:30 +00:00
|
|
|
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas
|
|
|
|
|
2000-03-30 21:00:11 +00:00
|
|
|
QT_PATCH= qnethack-3.2.2.1.0.1.src.tar.gz
|
|
|
|
QT_SOUND= nhs.tar.gz
|
1997-04-06 02:45:30 +00:00
|
|
|
EXTRACT_ONLY= nethack-3.2.2.tar.gz
|
2000-03-30 21:00:11 +00:00
|
|
|
|
|
|
|
USE_QT= yes
|
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
|
|
|
USE_XPM= yes
|
1997-04-06 02:45:30 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6
|
|
|
|
|
2000-04-29 23:58:51 +00:00
|
|
|
BROKEN= "Compiler error"
|
|
|
|
|
1997-04-06 02:45:30 +00:00
|
|
|
pre-configure:
|
1997-10-04 14:53:11 +00:00
|
|
|
@ ${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} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
1998-02-07 19:33:16 +00:00
|
|
|
@ cd ${WRKSRC}/win; tar xzf ${DISTDIR}/${QT_PATCH}
|
|
|
|
@ cd ${WRKSRC}; ${PATCH} -s < win/Qt/nhqt.patch
|
1997-10-04 14:53:11 +00:00
|
|
|
@ cd ${WRKSRC}/sys/unix; ${SH} setup.sh
|
1998-02-07 19:33:16 +00:00
|
|
|
@ cd ${WRKSRC}/src; ${PATCH} -s < ${FILESDIR}/src-Makefile.diff
|
|
|
|
@ cd ${WRKSRC}/src; ${PATCH} -s < ${FILESDIR}/src-sounds.c.diff
|
|
|
|
@ cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/include-unixconf.h.diff
|
1997-04-06 02:45:30 +00:00
|
|
|
|
1998-07-20 17:37:15 +00:00
|
|
|
pre-build:
|
|
|
|
(cd ${WRKSRC}/util; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} tile2x11 )
|
|
|
|
|
1997-04-06 02:45:30 +00:00
|
|
|
post-install:
|
1999-08-22 19:01:07 +00:00
|
|
|
@ cd ${WRKSRC}/doc; ${CHMOD} 644 *.6
|
1997-10-04 14:53:11 +00:00
|
|
|
@ cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
|
1997-04-06 02:45:30 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/nethack
|
|
|
|
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
|
|
|
|
.endif
|
1997-10-04 14:53:11 +00:00
|
|
|
@ cd ${PREFIX}/lib/nethackdir; tar xzf ${DISTDIR}/${QT_SOUND}
|
2000-03-11 07:03:47 +00:00
|
|
|
@ cd ${PREFIX}/lib/nethackdir; ${CHOWN} root.games *.au .nethackrc
|
1999-08-22 19:01:07 +00:00
|
|
|
@ cd ${PREFIX}/lib/nethackdir; ${CHMOD} 444 *.au .nethackrc
|
1997-10-04 14:53:11 +00:00
|
|
|
@ ${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"
|
1998-07-20 17:37:15 +00:00
|
|
|
@ ${ECHO} "c) Copy the example nethackrc file from ${FILESDIR} to your"
|
1997-10-04 14:53:11 +00:00
|
|
|
@ ${ECHO} " login directory:"
|
1998-07-20 17:37:15 +00:00
|
|
|
@ ${ECHO} " ${CP} ${FILESDIR}/sample.nethackrc ${HOME}/.nethackrc"
|
1997-04-06 02:45:30 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|