1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/angband/Makefile
Thomas Gellekum f6a194a59e Minor upgrades.
PR:		4583
Submitted by:	Matthew Hunt <mph@pobox.com>
1997-10-27 09:48:06 +00:00

23 lines
517 B
Makefile

# New ports collection makefile for: angband
# Version required: 2.8.2
# Date created: 21 Feb 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.3 1997/09/19 06:46:36 tg Exp $
#
DISTNAME= angband-282
PKGNAME= angband-2.8.2
CATEGORIES= games
MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/
MAINTAINER= mph@pobox.com
USE_X11= yes
post-install:
@${CAT} ${PKGDIR}/MESSAGE
@${INSTALL_DATA} ${FILESDIR}/CHANGES-2.8.2 ${PREFIX}/lib/X11/angband
.include <bsd.port.mk>