aboutsummaryrefslogtreecommitdiffstats
path: root/palm/pilot-link
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2004-05-09 01:17:51 +0800
committermi <mi@FreeBSD.org>2004-05-09 01:17:51 +0800
commitc0515cc36fccaeffe8ff79804da6d5610f1bb581 (patch)
treefb5958f39629e0e5a384df99b83b9e424f25a4c6 /palm/pilot-link
parent351db6bbd29a06003f6dd6863208e4eab7ce1d28 (diff)
downloadfreebsd-ports-gnome-c0515cc36fccaeffe8ff79804da6d5610f1bb581.tar.gz
freebsd-ports-gnome-c0515cc36fccaeffe8ff79804da6d5610f1bb581.tar.zst
freebsd-ports-gnome-c0515cc36fccaeffe8ff79804da6d5610f1bb581.zip
Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.
Diffstat (limited to 'palm/pilot-link')
-rw-r--r--palm/pilot-link/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 5d93f7b1a72c..c9b118d84991 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -7,15 +7,15 @@
PORTNAME= pilot-link
PORTVERSION= 0.11.8
-PORTREVISION= 2
-CATEGORIES= palm comms tk83
+PORTREVISION= 3
+CATEGORIES= palm comms tk84
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= PalmPilot communications utilities (backup/restore/install/debug/...)
-LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83
+LIB_DEPENDS= tk${TCL_VER:S/.//}:${PORTSDIR}/x11-toolkits/tk${TCL_VER:S/.//}
USE_ICONV= yes
USE_GETOPT_LONG=yes
@@ -23,10 +23,11 @@ USE_BZIP2= yes
USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_PERL5= yes
+TCL_VER?= 8.4
CFLAGS+= -I${LOCALBASE}/include
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=${LOCALBASE}/include/tcl8.3/ --with-tcl=${LOCALBASE}/lib/tcl8.3/ --program-transform-name=
+CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=${LOCALBASE}/include/tcl${TCL_VER}/ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER}/ --program-transform-name=
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.include "${.CURDIR}/manpages.mk"