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

29 lines
719 B
Makefile
Raw Normal View History

1994-12-14 21:21:36 +00:00
# New ports collection makefile for: blt
# Version required: 2.4f
# Date created: 22 September 1998
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
1994-12-14 21:21:36 +00:00
#
# $Id: Makefile,v 1.19 1998/08/07 23:56:50 asami Exp $
1994-12-14 21:21:36 +00:00
#
DISTNAME= BLT2.4f
PKGNAME= blt-2.4f
CATEGORIES= x11-toolkits tk80
MASTER_SITES= ftp://ftp.tcltk.com/pub/blt/
MAINTAINER= kjc@csl.sony.co.jp
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80
WRKSRC= ${WRKDIR}/blt2.4f
1994-12-14 21:21:36 +00:00
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 \
stripchart.n table.n tabset.n tile.n vector.n watch.n winop.n \
beep.n cutbuffer.n
1994-12-14 21:21:36 +00:00
post-install:
1997-07-17 15:13:02 +00:00
${LDCONFIG} -m ${PREFIX}/lib
1994-12-14 21:21:36 +00:00
.include <bsd.port.mk>