1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/pib/Makefile
1997-04-20 13:20:00 +00:00

24 lines
619 B
Makefile

# New ports collection makefile for: pib
# Version required: 1.0
# Date created: 30 December 1996
# Whom: Mike Smith <msmith@freebsd.org>
#
# $Id: Makefile,v 1.3 1996/12/31 13:41:05 asami Exp $
#
DISTNAME= pib-1.0
MASTER_SITES= ftp://gsoft.com.au/pub/pib/
CATEGORIES= sysutils tk41
MAINTAINER= msmith@freebsd.org
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
do-install:
${MKDIR} ${PREFIX}/lib/pib
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
${INSTALL_DATA} ${WRKSRC}/libTkSteal.so* ${PREFIX}/lib/pib
ln -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib
.include <bsd.port.mk>