freebsd-ports/games/xbill/Makefile
Ion-Mihai Tetcu 9099f96c4e Dmitry Marakasov adopts this orphan ports that he uses.
PR:		ports/98284
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	lawrence (mentor, implicit)
2006-06-06 19:47:42 +00:00

29 lines
543 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/
MAINTAINER= amdmi3@mail.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>