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-07-07 18:29:04 +00:00
|
|
|
PORTVERSION= 7.3.3
|
1998-07-05 23:08:45 +00:00
|
|
|
CATEGORIES= games
|
2000-07-07 18:29:04 +00:00
|
|
|
MASTER_SITES= ftp://sourceware.cygnus.com/pub/xconq/ \
|
|
|
|
ftp://ftp.freesoftware.com/pub/sourceware/xconq/ \
|
|
|
|
ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/xconq/
|
1998-06-07 11:03:09 +00:00
|
|
|
|
2000-05-21 11:52:06 +00:00
|
|
|
MAINTAINER= croyle@gelemna.org
|
1998-06-07 11:03:09 +00:00
|
|
|
|
2000-07-07 18:29:04 +00:00
|
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
1998-06-07 11:03:09 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-07-07 18:29:04 +00:00
|
|
|
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.0 \
|
|
|
|
--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
|
|
|
|
2000-07-07 18:29:04 +00:00
|
|
|
CFLAGS+= -I ${PREFIX}/include/tcl8.0 \
|
|
|
|
-I ${PREFIX}/include/tk8.0
|
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
|
1998-06-07 11:03:09 +00:00
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.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>
|