mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
02c5b6c7c6
as the days of the former are numbered. Reviewed by: asami
25 lines
655 B
Makefile
25 lines
655 B
Makefile
# New ports collection makefile for: pib
|
|
# Version required: 1.1
|
|
# Date created: 30 December 1996
|
|
# Whom: Mike Smith <msmith@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= pib-1.1
|
|
CATEGORIES= sysutils tk82
|
|
MASTER_SITES= http://people.FreeBSD.org/~msmith/pib/
|
|
|
|
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>
|