diff options
author | msmith <msmith@FreeBSD.org> | 1996-12-30 09:16:56 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1996-12-30 09:16:56 +0000 |
commit | 7685731cccad0be50f1e6124496a6c8be44545de (patch) | |
tree | 8712cfb59df2448c0a50cf6875313ecd31f0dd3c /sysutils/pib/Makefile | |
parent | e35096eb72abc428cd73bcf7f512f15289bc9c55 (diff) | |
download | FreeBSD-ports-7685731cccad0be50f1e6124496a6c8be44545de.zip FreeBSD-ports-7685731cccad0be50f1e6124496a6c8be44545de.tar.gz |
This is PIB, the Ports Index Browser, a GUI tool for manipulating the
FreeBSD ports collection. It provides facilities for tracking distfiles,
searching for ports, building etc.
Requires bsd.port.mk revision 1.232 or later and a matching ports collection.
Diffstat (limited to 'sysutils/pib/Makefile')
-rw-r--r-- | sysutils/pib/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/pib/Makefile b/sysutils/pib/Makefile new file mode 100644 index 0000000..16ff9cf --- /dev/null +++ b/sysutils/pib/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pib +# Version required: 1.0 +# Date created: 30 December 1996 +# Whom: Mike Smith <msmith@freebsd.org> +# +# $Id$ +# + +DISTNAME= pib-1.0 +MASTER_SITES= ftp://gsoft.com.au/pib/pib +CATEGORIES= sysutils + +MAINTAINER= msmith@freebsd.org + +RUN_DEPENDS= tk-4.1 + +.include <bsd.port.mk> + +install: + ${MKDIR} ${PREFIX}/lib/pib + ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib + ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so* ${PREFIX}/lib/pib + ln -s ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib + |