SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
43
devel/tclthread/Makefile
Normal file
43
devel/tclthread/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
COMMENT = thread extension for Tcl
|
||||
|
||||
V = 2.8.8
|
||||
REVISION = 0
|
||||
|
||||
DISTNAME = thread${V}
|
||||
DISTFILES = thread${V}-1{thread${V}}${EXTRACT_SUFX}
|
||||
PKGNAME = tclthread-${V}
|
||||
SHARED_LIBS = tclthread${VER} 0.0
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://tcl.sourceforge.net/
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tcl/}
|
||||
MODULES = lang/tcl
|
||||
MODTCL_VERSION = 8.6
|
||||
BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS}
|
||||
RUN_DEPENDS = ${MODTCL_RUN_DEPENDS}
|
||||
|
||||
FAKE_FLAGS = PKG_DIR=tclthread \
|
||||
pkglibdir='$$(libdir)/tcl/$$(PKG_DIR)'
|
||||
|
||||
TEST_FLAGS = TESTFLAGS='${TESTFLAGS}' \
|
||||
PACKAGE_NAME=Thread
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
CONFIGURE_ARGS += --with-tcl=${MODTCL_LIBDIR} \
|
||||
SHLIB_VERSION=${LIBtclthread${VER}_VERSION}
|
||||
|
||||
TEST_TARGET = test
|
||||
SUBST_VARS = VER
|
||||
|
||||
VER = ${V:S/.//g}
|
||||
|
||||
# Use TESTFLAGS to control the Tclthread tests
|
||||
TESTFLAGS =
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue