blob: 1c016026a5aa36d44eba0d6033b4c1c42509d058 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: tkcron-2.12
# Date created: 30 July 1996
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
#
# $FreeBSD$
#
PORTNAME= tkcron
PORTVERSION= 2.12
CATEGORIES= misc tk82
MASTER_SITES= # disappeared
EXTRACT_SUFX= .tcl.gz
MAINTAINER= sander@haldjas.folklore.ee
COMMENT= A frontend to crontab
BROKEN= "mastersite disappeared"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2005-12-11
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= > tkcron.tcl
NO_WRKSUBDIR= yes
PLIST_FILES= bin/tkcron
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>
|