1998-06-07 13:03:09 +02:00
|
|
|
# New ports collection makefile for: xconq
|
|
|
|
# Date created: 2 Jun 1998
|
2000-05-21 13:52:06 +02:00
|
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
1998-06-07 13:03:09 +02:00
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-06-07 13:03:09 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xconq
|
2000-12-30 17:50:29 +01:00
|
|
|
PORTVERSION= 7.4.1
|
1998-07-06 01:08:45 +02:00
|
|
|
CATEGORIES= games
|
2000-12-30 17:50:29 +01:00
|
|
|
MASTER_SITES= ftp://sources.redhat.com/pub/xconq/ \
|
2002-10-26 17:18:58 +02:00
|
|
|
ftp://unix.hensa.ac.uk/mirrors/sources.redhat.com/pub/xconq/
|
1998-06-07 13:03:09 +02:00
|
|
|
|
2000-12-30 17:50:29 +01:00
|
|
|
MAINTAINER= ports@freebsd.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= A graphical multi-player strategy game and game design system
|
1998-06-07 13:03:09 +02:00
|
|
|
|
2000-12-30 17:50:29 +01:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
1998-06-07 13:03:09 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-12-30 17:50:29 +01:00
|
|
|
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.3 \
|
2000-07-07 20:29:04 +02:00
|
|
|
--enable-alternate-scoresdir=${SCOREDIR}
|
1998-06-07 13:03:09 +02:00
|
|
|
|
2000-07-07 20:29:04 +02:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
1998-06-07 13:03:09 +02:00
|
|
|
|
2000-12-30 17:50:29 +01:00
|
|
|
CFLAGS+= -I ${PREFIX}/include/tcl8.3 \
|
|
|
|
-I ${PREFIX}/include/tk8.3
|
1998-06-07 13:03:09 +02:00
|
|
|
|
2000-07-07 20:29:04 +02:00
|
|
|
MAN6= xconq.6
|
|
|
|
|
|
|
|
SCOREDIR?= /var/games/xconq
|
|
|
|
PLIST_SUB= SCOREDIR=${SCOREDIR}
|
1998-06-07 13:03:09 +02:00
|
|
|
|
|
|
|
post-install:
|
2000-07-07 20:29:04 +02:00
|
|
|
.for file in xconq imf2x x2imf ximfapp
|
1998-06-07 13:03:09 +02:00
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
2000-07-07 20:29:04 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/xconq/doc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc-html/* ${PREFIX}/share/xconq/doc/
|
|
|
|
.endif
|
1998-06-07 13:03:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|