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