mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
7ea75d1bac
Split the patches into several files. Submitted by: Matthew Hunt <mph@pobox.com> (Closing PR #3003.) Also, style tweaks on Makefile.
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# New ports collection makefile for: angband
|
|
# Version required: 2.8.1
|
|
# Date created: 21 Feb 1997
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= angband-281
|
|
PKGNAME= angband-2.8.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/
|
|
|
|
MAINTAINER= mph@pobox.com
|
|
|
|
USE_X11= yes
|
|
|
|
.include <bsd.port.mk>
|