46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
33 lines
705 B
Makefile
33 lines
705 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.10 2000/10/22 15:42:52 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 D. Keromytis <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
|
|
|
|
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>
|