aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack33-qt/Makefile
blob: bd75b149e5ffb3392463dd50308804e04d7aba37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# New ports collection makefile for:    nethack-qt
# Version required: 3.2.2
# Date created:     So   6 Apr 1997 04:25:57 MET DST
# Whom:         Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.9 1997/11/09 08:14:44 jkh Exp $
#

DISTNAME=   nethack-3.2.2
PKGNAME=    nethack-qt-3.2.2
CATEGORIES= games x11
MASTER_SITES=   ftp://ftp.uu.net/pub/games/nethack/sources/ \
        http://www.uq.edu.au/~cswallis/nhqt/ \
        http://student.uq.edu.au/~s002434/ \
        ${MASTER_SITE_GNU}
QT_PATCH=   nhqt0.9.tar.gz
QT_SOUND=   nhs.tar.gz
DISTFILES=  nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND}

MAINTAINER= andreas@FreeBSD.ORG

BUILD_DEPENDS=  auplay:${PORTSDIR}/audio/nas \
        xpmtoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS=    qt\\.1\\.:${PORTSDIR}/x11/qt \
        Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
RUN_DEPENDS=    auplay:${PORTSDIR}/audio/nas

EXTRACT_ONLY=   nethack-3.2.2.tar.gz
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

post-install:
    @ 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"

.include <bsd.port.mk>