upgrade to 1.0a8
PR: 45935 Submitted by: Ports Fury
This commit is contained in:
parent
1d624443eb
commit
1355656d2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72264
@ -6,25 +6,26 @@
|
||||
#
|
||||
|
||||
PORTNAME= otcl
|
||||
PORTVERSION= 1.0a7
|
||||
PORTVERSION= 1.0a8
|
||||
CATEGORIES= lang tcl83 tk83
|
||||
MASTER_SITES= http://www.isi.edu/nsnam/dist/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= otcl-tclcl
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF_VER= 213
|
||||
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
|
||||
USE_AUTOCONF= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl83/pkg-install.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh
|
||||
|
||||
post-install:
|
||||
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
|
||||
strip ${PREFIX}/bin/otclsh
|
||||
strip ${PREFIX}/bin/owish
|
||||
${STRIP_CMD} ${PREFIX}/bin/otclsh
|
||||
${STRIP_CMD} ${PREFIX}/bin/owish
|
||||
.if exists(${PKGINSTALL})
|
||||
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (otcl-1.0a7.tar.gz) = b1cc048a131a061f8e5ef739acd4f781
|
||||
MD5 (otcl-1.0a8.tar.gz) = f9704db2d45b2be561bd501e1996fc38
|
||||
|
Loading…
Reference in New Issue
Block a user