openbsd-ports/misc/tkcron/Makefile
espie 46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00

34 lines
692 B
Makefile

# OpenBSD makefile for: tkcron-2.12
# Version required: 2.12
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.8 2000/03/27 18:17:30 espie Exp $
#
DISTNAME= tkcron-2.12
CATEGORIES= misc
NEED_VERSION= 1.230
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
EXTRACT_SUFX= .tcl.gz
MAINTAINER= angelos@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= wish8.3::x11/tk/8.3
FAKE= Yes
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= > tkcron.tcl
WRKDIST= ${WRKDIR}
post-extract:
@cp ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>