blob: bdcc01e01963033ea65b12d216e5cedeb80ecf23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: xfrisk
# Date created: 20 April 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
PORTNAME= xfrisk
PORTVERSION= 1.2
PORTREVISION= 5
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
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"
.include <bsd.port.mk>
|