freebsd-ports/sysutils/pib/Makefile
Pete Fritchman 2e8d503ec4 Mark as BROKEN: this port needs to be updated to use the new ports layout.
If anybody wants to help msmith@, please drop him a line.

Approved by:	maintainer
2001-11-21 23:22:26 +00:00

27 lines
721 B
Makefile

# New ports collection makefile for: pib
# Date created: 30 December 1996
# Whom: Mike Smith <msmith@freebsd.org>
#
# $FreeBSD$
#
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>