freebsd-ports/misc/tkcron/Makefile

27 lines
609 B
Makefile
Raw Normal View History

# 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 22:43:51 +01:00
# $Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp $
#
DISTNAME= tkcron-2.12
1998-02-24 22:43:51 +01:00
CATEGORIES= misc tk81
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
EXTRACT_SUFX= .tcl.gz
MAINTAINER= sander@haldjas.folklore.ee
1998-02-24 22:43:51 +01:00
RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= > tkcron.tcl
NO_WRKSUBDIR= yes
post-extract:
1997-07-21 21:28:46 +02:00
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>