ports/misc/tkcron/Makefile
Cy Schubert 84b2034bcc */* (my ports): Use my cschubert.com address
Use my cschubert.com address instead of my komquats.com.
2025-01-02 10:48:49 -08:00

30 lines
808 B
Makefile

PORTNAME= tkcron
PORTVERSION= 2.12
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= ftp://ftp.tcl.tk/pub/tcl/mirror/ftp.procplace.com/sorted/packages-7.6/misc/tkcron-2.12/ \
http://ftp.sunet.se/pub/lang/tcl/sorted/packages-7.6/misc/tkcron-2.12/ \
http://ftp4.de.freesbie.org/pub/misc/x11/tcl/ftp.gmd.de/contrib/sorted/misc/tkcron-2.12/ \
http://cschubert.com/distfiles/ \
LOCAL/cy
EXTRACT_SUFX= .tcl.gz
MAINTAINER= cy@FreeBSD.org
COMMENT= Frontend to crontab
USES= tk:,run
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= > tkcron.tcl
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/tkcron
post-patch:
${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|' ${WRKSRC}/tkcron.tcl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkcron.tcl ${STAGEDIR}${PREFIX}/bin/tkcron
.include <bsd.port.mk>