1996-11-29 02:08:22 -05:00
|
|
|
# New ports collection makefile for: tkcron-2.12
|
|
|
|
# Date created: 30 July 1996
|
|
|
|
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
|
|
|
|
#
|
1999-08-25 03:23:21 -04:00
|
|
|
# $FreeBSD$
|
1996-11-29 02:08:22 -05:00
|
|
|
#
|
|
|
|
|
2000-04-14 04:49:30 -04:00
|
|
|
PORTNAME= tkcron
|
|
|
|
PORTVERSION= 2.12
|
1999-11-28 13:32:45 -05:00
|
|
|
CATEGORIES= misc tk82
|
1996-11-29 02:08:22 -05:00
|
|
|
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
|
1996-11-30 04:00:18 -05:00
|
|
|
EXTRACT_SUFX= .tcl.gz
|
1996-11-29 02:08:22 -05:00
|
|
|
|
|
|
|
MAINTAINER= sander@haldjas.folklore.ee
|
|
|
|
|
1999-11-28 13:32:45 -05:00
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
1996-11-29 02:08:22 -05:00
|
|
|
|
1996-11-30 04:00:18 -05:00
|
|
|
EXTRACT_CMD= ${GZIP_CMD}
|
|
|
|
EXTRACT_BEFORE_ARGS= -cd
|
1996-11-29 02:08:22 -05:00
|
|
|
EXTRACT_AFTER_ARGS= > tkcron.tcl
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
post-extract:
|
1997-07-21 15:28:46 -04:00
|
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
1996-11-29 02:08:22 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|