# New ports collection makefile for:    pib
# Date created:         30 December 1996
# Whom:                 Mike Smith <msmith@freebsd.org>
#
# $FreeBSD: ports/sysutils/pib/Makefile,v 1.21 2001/11/21 23:22:26 petef Exp $
#

PORTNAME=	pib
PORTVERSION=	1.2
CATEGORIES=	sysutils tk82
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	msmith

MAINTAINER=	msmith@freebsd.org

BROKEN=	"This needs to be updated to work with the newer ports layout"

BUILD_DEPENDS=	wish8.2:${PORTSDIR}/x11-toolkits/tk82
RUN_DEPENDS=	wish8.2:${PORTSDIR}/x11-toolkits/tk82

do-install:
	${MKDIR} ${PREFIX}/lib/pib
	${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
	${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib
	${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib

.include <bsd.port.mk>
