aboutsummaryrefslogtreecommitdiffstats
path: root/games/xbill/Makefile
blob: 6cd8cb274947f4afc5f92a4f70698485125766f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ex:ts=8
# Ports collection makefile for:  xbill
# Date created:           12 September 1995
# Whom:               asami
#
# $FreeBSD$
#

PORTNAME=   xbill
PORTVERSION=    2.1
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://www.xbill.org/download/

MAINTAINER= ports@FreeBSD.org
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>