Switch to tcl/tk 8.4, add tk84 and tcl84 virtual categories and bump
PORTREVISION.
This commit is contained in:
parent
565e89d94e
commit
bee4ca54bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87102
@ -7,25 +7,26 @@
|
||||
|
||||
PORTNAME= xconq
|
||||
PORTVERSION= 7.4.1
|
||||
CATEGORIES= games
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games tcl84 tk84
|
||||
MASTER_SITES= ftp://sources.redhat.com/pub/xconq/ \
|
||||
ftp://unix.hensa.ac.uk/mirrors/sources.redhat.com/pub/xconq/
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
COMMENT= A graphical multi-player strategy game and game design system
|
||||
|
||||
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
||||
--with-tkconfig=${PREFIX}/lib/tk8.3 \
|
||||
CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.4 \
|
||||
--with-tkconfig=${PREFIX}/lib/tk8.4 \
|
||||
--enable-alternate-scoresdir=${SCOREDIR}
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
CFLAGS+= -I ${PREFIX}/include/tcl8.3 \
|
||||
-I ${PREFIX}/include/tk8.3
|
||||
CFLAGS+= -I ${PREFIX}/include/tcl8.4 \
|
||||
-I ${PREFIX}/include/tk8.4
|
||||
|
||||
MAN6= xconq.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user