1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/angband/Makefile

22 lines
448 B
Makefile
Raw Normal View History

# New ports collection makefile for: angband
# Date created: 21 Feb 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= angband
2002-10-28 22:27:32 +00:00
PORTVERSION= 3.0.1
CATEGORIES= games
2002-10-28 22:27:32 +00:00
MASTER_SITES= ftp://clockwork.dementia.org/angband/Source/ \
ftp://ftp.sunet.se/pub/games/Angband/Source/
MAINTAINER= mph@freebsd.org
2002-10-28 22:27:32 +00:00
GNU_CONFIGURE= yes
USE_XLIB= yes
2002-10-28 22:27:32 +00:00
CONFIGURE_ARGS= --with-setgid=games --with-x
.include <bsd.port.mk>