aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack-gtk/Makefile
blob: 576363836f20df467f8f33e0ffe3bbe2a01837cd (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
# New ports collection makefile for:    nethack-gtk
# Date created:             June 15, 2000
# Whom:                 Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#

PORTNAME=   nethack
PORTVERSION=    1.1.5
CATEGORIES= games
MASTER_SITES=   ftp://ftp.jnethack.org/pub/jnethack/ \
        ftp://ftp.uu.net/systems/gnu/nethack/
PKGNAMEPREFIX=  gtk-
DISTNAME=   ${PORTNAME}-3.2.2
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} ${GTK_PATCH}
EXTRACT_ONLY=   nethack-3.2.2.tar.gz

PATCH_SITES=    ftp://ftp.jnethack.org/pub/nethack/
PATCHFILES= nh-3.2.2-3.2.3.diff \
        nethack-gtk-1.1.5-nethack-3.2.3.patch.gz

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
        Xpm.4:${PORTSDIR}/graphics/xpm

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-gtk in parallel !!"
    @ ${ECHO} "!! But nethack-gtk 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}/sys/unix; ${SH} setup.sh
    @ cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/src-Makefile.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

.include <bsd.port.mk>