openbsd-ports/lang/otcl/Makefile

35 lines
764 B
Makefile
Raw Normal View History

COMMENT= MIT Object Tcl
2012-04-28 18:06:29 +00:00
V= 1.14
2007-10-24 14:58:16 +00:00
DISTNAME= otcl-src-$V
2010-10-24 20:58:58 +00:00
PKGNAME= otcl-$V
2012-04-28 18:06:29 +00:00
SHARED_LIBS= otcl 2.0
2000-01-06 02:18:23 +00:00
CATEGORIES= lang
2012-04-28 18:06:29 +00:00
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
REVISION= 0
2007-10-24 14:58:16 +00:00
HOMEPAGE= http://otcl-tclcl.sourceforge.net/otcl/
2000-01-06 02:18:23 +00:00
# BSD-like
PERMIT_PACKAGE= Yes
2010-10-24 20:58:58 +00:00
MODULES += x11/tk
WANTLIB= X11 Xext c m ${MODTK_WANTLIB}
LIB_DEPENDS = ${MODTK_LIB_DEPENDS}
2000-04-18 10:34:08 +00:00
2007-10-24 14:58:16 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=otcl-tclcl/}
WRKDIST= ${WRKDIR}/otcl-$V
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include \
2012-04-28 18:06:29 +00:00
--with-tcl=${LOCALBASE} \
--with-tk=${LOCALBASE} \
--with-tcl-ver=${MODTCL_VERSION} \
--with-tk-ver=${MODTCL_VERSION} \
--x-libraries=${X11BASE}/lib
CONFIGURE_ENV= LIBotcl_VERSION=${LIBotcl_VERSION}
2000-01-06 02:18:23 +00:00
2013-03-11 11:20:26 +00:00
NO_TEST= Yes
2002-10-27 14:12:47 +00:00
2000-01-06 02:18:23 +00:00
.include <bsd.port.mk>