freebsd-ports/sysutils/pib/Makefile
Mike Smith 5a5307763f Update to PIB 1.2, which fixes the reported issues so far with the new
ports layout.  Apologies to everyone for taking so long to get around
to this.  I'm surprised, nay amazed at how many people are still using
PIB after all this time.  Thanks!

PR:		ports/22016 ports/22022 ports/22130 ports/22281
2000-10-28 08:59:23 +00:00

25 lines
649 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
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>