mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
caf7c92ad8
- Update WWW/pkg-descr - Bump PORTREVISION - Support LOCALBASE PR: ports/160110 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# New ports collection makefile for: xfrisk
|
|
# Date created: 20 April 1997
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfrisk
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://old.tuxick.net/xfrisk/files/ \
|
|
http://devel.ringlet.net/games/xfrisk/
|
|
DISTNAME= XFrisk-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A multi-player networked Risk game for X11
|
|
|
|
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
|
|
NO_CDROM= Possible trademark infringement
|
|
|
|
WRKSRC= ${WRKDIR}/XFrisk
|
|
|
|
USE_XORG= x11 xt xaw xmu sm ice
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= XDIR="${LOCALBASE}"
|
|
|
|
do-install:
|
|
.for file in aiColson aiConway aiDummy friskserver xfrisk
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
|
.endfor
|
|
.for file in risk
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
|
|
.endfor
|
|
@${MKDIR} ${PREFIX}/lib/${PORTNAME}
|
|
.for file in Countries.risk Help.risk World.risk
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/${PORTNAME}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|