summaryrefslogtreecommitdiff
path: root/games/xconq/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-07 18:29:04 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-07 18:29:04 +0000
commit274de75e9b7fa3d5d612ece4f9f2c91b44a513b9 (patch)
tree043009234793f452900daf1afd9360743904cc47 /games/xconq/Makefile
parentUpdate to version 0.4.1. (diff)
Update to version 7.3.3.
PR: 19702 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=30313
Diffstat (limited to 'games/xconq/Makefile')
-rw-r--r--games/xconq/Makefile34
1 files changed, 21 insertions, 13 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile
index c1b92d018f20..0d45795e8296 100644
--- a/games/xconq/Makefile
+++ b/games/xconq/Makefile
@@ -6,31 +6,39 @@
#
PORTNAME= xconq
-PORTVERSION= 7.2.2
+PORTVERSION= 7.3.3
CATEGORIES= games
-MASTER_SITES= ftp://sourceware.cygnus.com/pub/xconq/
+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/
MAINTAINER= croyle@gelemna.org
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-xpm
+CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0 \
+ --with-tkconfig=${PREFIX}/lib/tk8.0 \
+ --enable-alternate-scoresdir=${SCOREDIR}
-USE_X_PREFIX= yes
+USE_XLIB= yes
+USE_GMAKE= yes
-MAN6= xconq.6 cconq.6
+CFLAGS+= -I ${PREFIX}/include/tcl8.0 \
+ -I ${PREFIX}/include/tk8.0
-post-build:
- cd ${WRKSRC}/doc && make info
+MAN6= xconq.6
+
+SCOREDIR?= /var/games/xconq
+PLIST_SUB= SCOREDIR=${SCOREDIR}
post-install:
-.for file in xconq cconq imf2x x2imf xshowimf
+.for file in xconq imf2x x2imf ximfapp
strip ${PREFIX}/bin/${file}
.endfor
- cd ${WRKSRC}/doc && make install-info
-.for info in xconq xcdesign
- install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
-.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/xconq/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc-html/* ${PREFIX}/share/xconq/doc/
+.endif
.include <bsd.port.mk>