1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-toolkits/blt/Makefile

36 lines
880 B
Makefile
Raw Normal View History

1994-12-14 21:21:36 +00:00
# New ports collection makefile for: blt
# Date created: 22 September 1998
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
1994-12-14 21:21:36 +00:00
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
1994-12-14 21:21:36 +00:00
#
PORTNAME= blt
2000-06-09 08:35:54 +00:00
PORTVERSION= 2.4s
CATEGORIES= x11-toolkits tk82
2000-06-09 08:35:54 +00:00
MASTER_SITES= ftp://ftp.tcltk.com/aa004735/pub/blt/ \
ftp://ftp.csl.sony.co.jp/pub/kjc/ttt-libs/
DISTNAME= BLT${PORTVERSION}
MAINTAINER= kjc@csl.sony.co.jp
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
2000-06-09 08:35:54 +00:00
WRKSRC= ${WRKDIR}/blt2.4s
1994-12-14 21:21:36 +00:00
GNU_CONFIGURE= yes
INSTALL_SHLIBS= yes
1999-11-04 10:49:41 +00:00
MANN= BLT.n barchart.n beep.n bgexec.n bitmap.n \
bltdebug.n busy.n cutbuffer.n dragdrop.n eps.n \
2000-06-09 08:35:54 +00:00
graph.n hierbox.n hiertable.n htext.n spline.n \
stripchart.n table.n tabset.n tile.n vector.n \
watch.n winop.n
1994-12-14 21:21:36 +00:00
.include <bsd.port.pre.mk>
1998-10-20 01:24:34 +00:00
post-install:
${LN} -sf libBLT24.so.2 ${PREFIX}/lib/libBLT24.so
2000-06-09 08:35:54 +00:00
${LN} -sf libBLTlite24.so.2 ${PREFIX}/lib/libBLTlite24.so
.include <bsd.port.post.mk>