mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Get rid of useless lines
- Update WWW/pkg-descr - Bump PORTREVISION - Support LOCALBASE PR: ports/160110 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
1f1b6ca871
commit
caf7c92ad8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281306
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xfrisk
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://old.tuxick.net/xfrisk/files/ \
|
||||
http://devel.ringlet.net/games/xfrisk/
|
||||
@ -20,12 +20,22 @@ LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
|
||||
NO_CDROM= Possible trademark infringement
|
||||
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
WRKSRC= ${WRKDIR}/XFrisk
|
||||
USE_GMAKE= yes
|
||||
|
||||
USE_XORG= x11 xt xaw xmu sm ice
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
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>
|
||||
|
@ -1,3 +1,5 @@
|
||||
XFrisk is a multi-player Risk game that supports network play. It
|
||||
includes a server, "friskserver", and a client, "xfrisk". Note
|
||||
that the client supports only 8bpp and 24bpp visuals.
|
||||
|
||||
WWW: http://old.tuxick.net/xfrisk/
|
||||
|
Loading…
Reference in New Issue
Block a user