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
|
1998-07-05 19:08:45 -04:00
|
|
|
CATEGORIES= games
|
2000-12-30 11:50:29 -05:00
|
|
|
MASTER_SITES= ftp://sources.redhat.com/pub/xconq/ \
|
2000-07-07 14:29:04 -04:00
|
|
|
ftp://ftp.freesoftware.com/pub/sourceware/xconq/ \
|
|
|
|
ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/xconq/
|
1998-06-07 07:03:09 -04:00
|
|
|
|
2000-12-30 11:50:29 -05:00
|
|
|
MAINTAINER= ports@freebsd.org
|
1998-06-07 07:03:09 -04:00
|
|
|
|
2000-12-30 11:50:29 -05:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
1998-06-07 07:03:09 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-12-30 11:50:29 -05:00
|
|
|
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.3 \
|
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
|
|
|
|
2000-12-30 11:50:29 -05:00
|
|
|
CFLAGS+= -I ${PREFIX}/include/tcl8.3 \
|
|
|
|
-I ${PREFIX}/include/tk8.3
|
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
|
1998-06-07 07:03:09 -04:00
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.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>
|