1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/games/xbill/Makefile
Edwin Groothuis 23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00

31 lines
581 B
Makefile

# ex:ts=8
# Ports collection makefile for: xbill
# Date created: 12 September 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xbill
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.xbill.org/download/ \
http://www.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Save your computers from the evil clutches of Bill
SCORES_DIR?= ${DATADIR}/scores
USE_X_PREFIX= yes
HAS_CONFIGURE= yes
USE_XPM= yes
USE_GNOME= gtk12
CONFIGURE_ENV+= PREFIX=${PREFIX}
CONFIGURE_ARGS+=--localstatedir=${SCORES_DIR}
MAN6= xbill.6
.include <bsd.port.mk>