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

28 lines
652 B
Makefile
Raw Normal View History

1994-12-14 21:21:36 +00:00
# New ports collection makefile for: blt
# Version required: 2.1
# Date created: 3 August 1996
# Whom: lukin <lukin@okbmei.msk.su>
1994-12-14 21:21:36 +00:00
#
# $Id: Makefile,v 1.15 1997/11/22 01:11:34 asami Exp $
1994-12-14 21:21:36 +00:00
#
DISTNAME= blt-2.1
1997-04-20 13:20:00 +00:00
CATEGORIES= x11 tk41
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/devel/
DISTFILES= BLT2.1.tar.gz
MAINTAINER= lukin@okbmei.msk.su
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
WRKSRC= ${WRKDIR}/blt2.1
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 graph.n htext.n spline.n table.n tile.n \
vector.n watch.n winop.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>