1996-11-29 07:08:22 +00:00
|
|
|
# New ports collection makefile for: tkcron-2.12
|
|
|
|
# Version required: 2.12
|
|
|
|
# Date created: 30 July 1996
|
|
|
|
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
|
|
|
|
#
|
1998-02-24 21:43:51 +00:00
|
|
|
# $Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp $
|
1996-11-29 07:08:22 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= tkcron-2.12
|
1998-03-20 14:35:31 +00:00
|
|
|
CATEGORIES= misc tk80
|
1996-11-29 07:08:22 +00:00
|
|
|
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
|
1996-11-30 09:00:18 +00:00
|
|
|
EXTRACT_SUFX= .tcl.gz
|
1996-11-29 07:08:22 +00:00
|
|
|
|
|
|
|
MAINTAINER= sander@haldjas.folklore.ee
|
|
|
|
|
1998-03-20 14:35:31 +00:00
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
|
1996-11-29 07:08:22 +00:00
|
|
|
|
1996-11-30 09:00:18 +00:00
|
|
|
EXTRACT_CMD= ${GZIP_CMD}
|
|
|
|
EXTRACT_BEFORE_ARGS= -cd
|
1996-11-29 07:08:22 +00:00
|
|
|
EXTRACT_AFTER_ARGS= > tkcron.tcl
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
post-extract:
|
1997-07-21 19:28:46 +00:00
|
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
1996-11-29 07:08:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|