aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/blt/Makefile
diff options
context:
space:
mode:
authorKenjiro Cho <kjc@FreeBSD.org>1999-04-12 18:17:57 +0800
committerKenjiro Cho <kjc@FreeBSD.org>1999-04-12 18:17:57 +0800
commit522ab8c2198330966fc1178579e67088d94fc73f (patch)
treeb263d2c4ff060ada7a4cdc2ca432272ca59f9a94 /x11-toolkits/blt/Makefile
parentbaa1e739822cdcf01f697b7b84008a319adc8048 (diff)
downloadfreebsd-ports-522ab8c2198330966fc1178579e67088d94fc73f.tar.gz
freebsd-ports-522ab8c2198330966fc1178579e67088d94fc73f.tar.zst
freebsd-ports-522ab8c2198330966fc1178579e67088d94fc73f.zip
update: blt-2.4f -> blt-2.4h
(note: the BLT library name is changed from libBLT to libBLT24)
Notes
Notes: svn path=/head/; revision=17812
Diffstat (limited to 'x11-toolkits/blt/Makefile')
-rw-r--r--x11-toolkits/blt/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 4739dbbfc479..f45931f301c8 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -3,11 +3,11 @@
# Date created: 22 September 1998
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
#
-# $Id: Makefile,v 1.23 1998/10/20 01:24:32 steve Exp $
+# $Id: Makefile,v 1.24 1998/11/14 09:43:29 asami Exp $
#
-DISTNAME= BLT2.4f
-PKGNAME= blt-2.4f
+DISTNAME= BLT2.4h
+PKGNAME= blt-2.4h
CATEGORIES= x11-toolkits tk80
MASTER_SITES= ftp://ftp.tcltk.com/pub/blt/
@@ -15,7 +15,7 @@ MAINTAINER= kjc@csl.sony.co.jp
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-WRKSRC= ${WRKDIR}/blt2.4f
+WRKSRC= ${WRKDIR}/blt2.4h
GNU_CONFIGURE= yes
MANN= BLT.n barchart.n bgexec.n bitmap.n bltdebug.n busy.n \
dragdrop.n eps.n graph.n htext.n hierbox.n spline.n \
@@ -31,7 +31,7 @@ SO_VERSION= 2.4
.endif
post-install:
- ${LN} -sf libBLT.so.${SO_VERSION} ${PREFIX}/lib/libBLT.so
+ ${LN} -sf libBLT24.so.${SO_VERSION} ${PREFIX}/lib/libBLT24.so
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>