1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/pib/Makefile
Bill Fenner f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00

24 lines
621 B
Makefile

# New ports collection makefile for: pib
# Version required: 1.1
# Date created: 30 December 1996
# Whom: Mike Smith <msmith@freebsd.org>
#
# $Id: Makefile,v 1.6 1998/02/02 14:37:16 vanilla Exp $
#
DISTNAME= pib-1.1
CATEGORIES= sysutils tk80
MASTER_SITES= ftp://gsoft.com.au/pub/pib/
MAINTAINER= msmith@freebsd.org
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
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>