blob: 4fe004fd268575115d509e1489192a39713267ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Stas Timoknin <stast@bsdportal.ru>
# $FreeBSD$
PORTNAME= blt
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= x11-toolkits linux
MAINTAINER= devel@stasyan.com
COMMENT= BLT widget extension to Tcl/Tk scripting language development (Linux Fedora 10)
USE_LINUX= f10
USE_LINUX_RPM= yes
USE_LINUX_APPS= tcl85 tk85 xorglibs
RPMVERSION= 28.z.fc10
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}" TCLVERSION="8.5"
.include <bsd.port.mk>
|