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