and widgets to the Tcl interpreter. Included widgets are 2D graph, barchart, stripchart, tab notebook, and tree viewer. NOTE: This kit requires as a pre-requisite the Tcl and Tk binary kits. This version uses Linux shared libraries. PR: ports/137411 Submitted by: Stas Timoknin <stast at bsdportal.ru>
24 lines
613 B
Makefile
24 lines
613 B
Makefile
# New ports collection makefile for: x11-toolkits/linux-f10-blt
|
|
# Date created: 2009-08-04
|
|
# Whom: Stas Timoknin <stast@bsdportal.ru>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blt
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= stast@bsdportal.ru
|
|
COMMENT= BLT widget extension to Tcl/Tk scripting language development (Linux Fedora 10)
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= tcl84 tk84 xorglibs
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 28.z.fc10
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}" TCLVERSION="8.5"
|
|
|
|
.include <bsd.port.mk>
|