aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-05-08 17:17:51 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-05-08 17:17:51 +0000
commitf2dc8a3dc6aacf60c50ce6a6018e4a332b5747df (patch)
tree8fb7f660ebd9fa03d11c0ab56c954034befb6466 /palm
parentf19d73effc7877def8e64642e34b653572297b74 (diff)
downloadports-f2dc8a3dc6aacf60c50ce6a6018e4a332b5747df.tar.gz
ports-f2dc8a3dc6aacf60c50ce6a6018e4a332b5747df.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile9
-rw-r--r--palm/pilot-link/Makefile9
2 files changed, 10 insertions, 8 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 5d93f7b1a72c..c9b118d84991 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/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"
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"