openbsd-ports/misc/tkcron/Makefile

33 lines
713 B
Makefile
Raw Normal View History

1998-05-20 03:54:41 -04:00
# OpenBSD makefile for: tkcron-2.12
# Version required: 2.12
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.13 2001/11/13 22:13:24 espie Exp $
1998-05-20 03:54:41 -04:00
#
COMMENT= "frontend to crontab"
1998-05-20 03:54:41 -04:00
DISTNAME= tkcron-2.12
2000-03-27 00:05:21 -05:00
CATEGORIES= misc
NEED_VERSION= 1.496
1998-05-20 03:54:41 -04:00
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
EXTRACT_SUFX= .tcl.gz
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-05-20 03:54:41 -04:00
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:41:07 -05:00
RUN_DEPENDS= ::x11/tk/8.3
1998-05-20 03:54:41 -04:00
EXTRACT_CASES=*) gunzip -c ${FULLDISTDIR}/$$archive >tkcron.tcl;;
WRKDIST= ${WRKDIR}
1998-05-20 03:54:41 -04:00
post-extract:
@cp ${FILESDIR}/Makefile ${WRKSRC}
1998-05-20 03:54:41 -04:00
.include <bsd.port.mk>