pkgsrc/lang/tcl85/Makefile
taca 3fad68aaee Restore tcl-8.5.15 package as lang/tcl85 with bump PKGREVISION since
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6
and later.
2014-03-10 14:20:44 +00:00

47 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2014/03/10 14:20:44 taca Exp $
DISTNAME= tcl${TCL_VERSION}-src
PKGNAME= tcl-${TCL_VERSION}
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tcl.tk/
COMMENT= Tool Command Language, a dynamic language
LICENSE= 2-clause-bsd
.include "../../lang/tcl85/Makefile.version"
WRKSRC= ${WRKDIR}/tcl${TCL_VERSION}
GNU_CONFIGURE= yes
CONFIGURE_DIRS= unix
BUILD_DIRS= ${CONFIGURE_DIRS}
INSTALL_TARGET= install
PKGCONFIG_OVERRIDE+= unix/tcl.pc.in
CHECK_PORTABILITY_SKIP= win/configure
# The test target gives better results when not run as root.
TEST_TARGET= test
.include "options.mk"
# This is needed for SGI and maybe sun (according to tcl developers)
.if defined(ABI) && ${ABI} == "64"
CONFIGURE_ARGS+= --enable-64bit
.endif
SUBST_CLASSES+= tcl-config
SUBST_STAGE.tcl-config= post-build
SUBST_FILES.tcl-config= unix/tclConfig.sh
SUBST_SED.tcl-config+= -e "s|${WRKSRC}/unix|${PREFIX}/lib|"
SUBST_SED.tcl-config+= -e "s|${WRKSRC}|${PREFIX}/include/tcl|"
PLIST_SUBST+= SONUM=${TCL_SONUM}
PLIST_SUBST+= BASEVER=${TCL_BASEVER}
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"