mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3417af1d25
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.
25 lines
480 B
Makefile
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>
|