mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# New ports collection makefile for: angband
|
|
# Date created: 21 Feb 1997
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= angband
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://clockwork.dementia.org/angband/Source/ \
|
|
ftp://ftp.sunet.se/pub/games/Angband/Source/
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
|
|
CONFIGURE_ARGS= --with-setgid=games --with-x
|
|
|
|
.include <bsd.port.mk>
|