mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
9421a44868
I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
29 lines
706 B
Makefile
29 lines
706 B
Makefile
# New ports collection makefile for: zorro
|
|
# Version required: 1.1p8
|
|
# Date created: 03 Aug 1996
|
|
# Whom: shanee@rabbit.augusta.de
|
|
#
|
|
# $Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= zorro-1.1p8
|
|
PKGNAME= zorro-1.1.8
|
|
CATEGORIES= misc tk80
|
|
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/
|
|
|
|
MAINTAINER= shanee@augusta.de
|
|
|
|
LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro
|
|
${MKDIR} ${PREFIX}/share/zorro
|
|
${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro
|
|
@echo ""
|
|
@echo "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
|
|
@echo ""
|
|
|
|
.include <bsd.port.mk>
|