1997-03-04 09:35:21 +00:00
|
|
|
# New ports collection makefile for: angband
|
1998-02-10 08:17:27 +00:00
|
|
|
# Version required: 2.8.3
|
1997-03-04 09:35:21 +00:00
|
|
|
# Date created: 21 Feb 1997
|
|
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
|
|
#
|
1998-08-05 09:31:52 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/04/17 23:26:22 mph Exp $
|
1997-03-04 09:35:21 +00:00
|
|
|
#
|
|
|
|
|
1998-02-10 08:17:27 +00:00
|
|
|
DISTNAME= angband-283
|
|
|
|
PKGNAME= angband-2.8.3
|
1997-03-04 09:35:21 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/
|
1998-02-10 08:17:27 +00:00
|
|
|
DISTFILES= angband-283.tar.gz ext-x11-283.tar.gz
|
1997-03-04 09:35:21 +00:00
|
|
|
|
1998-04-17 23:26:31 +00:00
|
|
|
MAINTAINER= mph@freebsd.org
|
1997-03-04 09:35:21 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-02-10 08:17:27 +00:00
|
|
|
DIST_SUBDIR= angband
|
|
|
|
|
|
|
|
EXTSRC= ${WRKDIR}/ext-x11-283
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
${CP} ${WRKSRC}/src/Makefile.std ${WRKSRC}/src/Makefile
|
1997-03-04 09:35:21 +00:00
|
|
|
|
1997-10-27 09:48:06 +00:00
|
|
|
post-install:
|
1998-02-10 08:17:27 +00:00
|
|
|
${INSTALL_DATA} ${EXTSRC}/lib/xtra/tiles.raw \
|
|
|
|
${PREFIX}/lib/X11/angband/xtra
|
1997-10-27 09:48:06 +00:00
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
1997-03-04 09:35:21 +00:00
|
|
|
.include <bsd.port.mk>
|