mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
532 B
Makefile
23 lines
532 B
Makefile
# Created by: Stas Timoknin <stast@bsdportal.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= blt
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= devel@stasyan.com
|
|
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"
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|