summaryrefslogtreecommitdiff
path: root/x11-toolkits/blt/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-08-05 04:00:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-08-05 04:00:39 +0000
commit6cb47d00fd0bf22ef5dc7912169beb79f0f76a25 (patch)
tree1797aeef1901a38f5c408fdd974b914512da9a11 /x11-toolkits/blt/Makefile
parentUpdate package list to match new organization (diff)
Update to version 2.1 of BLT. Note: I'm a little nervous about the
value of the MASTER_SITES line here and would like Kostya to keep an eye on it in case they eventually move it out of "NEW" on neosoft's FTP server. Submitted-By: Kostya Lukin <lukin@ns.okbmei.msk.su>
Notes
Notes: svn path=/head/; revision=3526
Diffstat (limited to 'x11-toolkits/blt/Makefile')
-rw-r--r--x11-toolkits/blt/Makefile23
1 files changed, 14 insertions, 9 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 5d79c6853e24..83ec4eb73e64 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -1,22 +1,27 @@
# New ports collection makefile for: blt
-# Version required: 1.7
-# Date created: 14 December 1994
-# Whom: wollman
+# Version required: 2.1
+# Date created: 3 August 1996
+# Whom: lukin
#
-# $Id: Makefile,v 1.5 1995/06/24 11:42:19 asami Exp $
+# $Id: Makefile,v 1.1 1996/07/07 00:21:03 lukin Exp $
#
-DISTNAME= blt-1.7
+DISTNAME= blt-2.1
CATEGORIES+= x11
-MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/alcatel/extensions/
-DISTFILES= BLT-1.7.tar.gz
+MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/
+DISTFILES= BLT2.1.tar.gz
+WRKSRC= ${WRKDIR}/blt2.1
-LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
+MAINTAINER= lukin@okbmei.msk.su
+
+LIB_DEPENDS= tcl75\\.:${PORTSDIR}/lang/tcl75 \
+ tk41\\.:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
-ALL_TARGET= all sharedlib
+ALL_TARGET= all
post-install:
ldconfig -m ${PREFIX}/lib
+ gzip -9nf ${PREFIX}/man/mann/BLT.n ${PREFIX}/man/mann/barchart.n ${PREFIX}/man/mann/bgexec.n ${PREFIX}/man/mann/bitmap.n ${PREFIX}/man/mann/bltdebug.n ${PREFIX}/man/mann/busy.n ${PREFIX}/man/mann/dragdrop.n ${PREFIX}/man/mann/graph.n ${PREFIX}/man/mann/htext.n ${PREFIX}/man/mann/spline.n ${PREFIX}/man/mann/table.n ${PREFIX}/man/mann/tile.n ${PREFIX}/man/mann/vector.n ${PREFIX}/man/mann/watch.n ${PREFIX}/man/mann/winop.n
.include <bsd.port.mk>