diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /games/tvp/Makefile | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'games/tvp/Makefile')
-rw-r--r-- | games/tvp/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile index f8f7e9ea6922..89addc832f67 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -7,19 +7,22 @@ # DISTNAME= tvp-0.9.7.1 -CATEGORIES= games tk80 +CATEGORIES= games tk82 MASTER_SITES= http://www3.sympatico.ca/john.vanderhoek/tim/src/president/ MAINTAINER= hoek@FreeBSD.org # Comment-out this (and CFLAGS) to compile only the CLI and ansi interfaces -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-carddir=${PREFIX}/share/games/tvp -# Comment-out this (and LIB_DEPENDS) to compile only the CLI and ansi interfaces -CFLAGS+= -lX11 -lm -ltcl80 -ltk80 \ - -L ${LOCALBASE}/lib -L ${X11BASE}/lib +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-carddir=${PREFIX}/share/games/tvp +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/tcl8.2 \ + -I${LOCALBASE}/include/tk8.2" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib \ + -ltcl82 -ltk82 -lX11 -lm" +#CFLAGS+= -lX11 -lm -ltcl82 -ltk82 \ +# -L${LOCALBASE}/lib -L${X11BASE}/lib MAN6= tvp.6 MLINKS= tvp.6 xprez.6 - aprez.6 - prez.6 |