aboutsummaryrefslogtreecommitdiffstats
path: root/games/angband/Makefile
blob: 9bf4fae7ec6b7039dd0c552f944db4db32bf8027 (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
# New ports collection makefile for:   angband
# Version required:    2.8.3
# Date created:        21 Feb 1997
# Whom:                Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.4 1997/10/27 09:48:01 tg Exp $
#

DISTNAME=   angband-283
PKGNAME=    angband-2.8.3
CATEGORIES= games
MASTER_SITES=   ftp://export.andrew.cmu.edu/angband/Source/
DISTFILES=  angband-283.tar.gz ext-x11-283.tar.gz

MAINTAINER= mph@pobox.com

USE_X11=    yes
DIST_SUBDIR=    angband

EXTSRC=     ${WRKDIR}/ext-x11-283

pre-patch:
    ${CP} ${WRKSRC}/src/Makefile.std ${WRKSRC}/src/Makefile

post-install:
    ${INSTALL_DATA} ${EXTSRC}/lib/xtra/tiles.raw \
        ${PREFIX}/lib/X11/angband/xtra
    @${CAT} ${PKGDIR}/MESSAGE

.include <bsd.port.mk>