pkgsrc/sysutils/tkcron/Makefile
minskim 2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00

24 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:15 minskim Exp $
#
DISTNAME= tkcron-2.12
CATEGORIES= x11 tk
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
EXTRACT_SUFX= .tcl.gz
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Graphical frontend to crontab
DEPENDS+= tk>=8.3.2:../../x11/tk83
WRKSRC= ${WRKDIR}
USE_X11= yes
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > tkcron.tcl
do-build:
${SED} -e "\:/usr/local/bin/wish: s;;${LOCALBASE}/bin/wish;g" ${WRKSRC}/tkcron.tcl > ${WRKSRC}/tkcron
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkcron ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"