1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/xbill/Makefile
David E. O'Brien 3417af1d25 Upgrade to 2.0. More OS's, and now machiens are networked.
In playing this game, I found that our friend Chuck didn't come up as often
as before.  There are more OS's now, and Linux was represented by both
the Pinguin and Red Hat.  So I replaced "Red Hat" with a second "BSD".

The game often produces an error screen when bill wins.  But scores
are saved ok, and it plays fine.

Upgraded with permission of the Maintainer.
1997-02-12 10:26:44 +00:00

25 lines
480 B
Makefile

# New ports collection makefile for: xbill
# Version required: 1.1
# Date created: 12 September 1995
# Whom: asami
#
# $Id: Makefile,v 1.3 1996/11/18 09:52:57 asami Exp $
#
DISTNAME= xbill-2.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tgz
MAINTAINER= asami@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
post-install:
${CP} ${WRKSRC}/README ${PREFIX}/share/xbill
.include <bsd.port.mk>