mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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.
27 lines
609 B
Makefile
27 lines
609 B
Makefile
# New ports collection makefile for: tkcron-2.12
|
|
# Version required: 2.12
|
|
# Date created: 30 July 1996
|
|
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= tkcron-2.12
|
|
CATEGORIES= misc tk80
|
|
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
|
|
EXTRACT_SUFX= .tcl.gz
|
|
|
|
MAINTAINER= sander@haldjas.folklore.ee
|
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
|
|
|
|
EXTRACT_CMD= ${GZIP_CMD}
|
|
EXTRACT_BEFORE_ARGS= -cd
|
|
EXTRACT_AFTER_ARGS= > tkcron.tcl
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|