ports/misc/tkcron/files/Makefile
Cy Schubert 2d87251db8 Update dependency to tk8.5.
Feature safe:	yes
2012-04-07 17:24:36 +00:00

16 lines
217 B
Makefile

#
# $FreeBSD$
#
BINDIR= ${PREFIX}/bin
WISHDIR?= ${BINDIR}
all: tkcron
tkcron:
cp tkcron.tcl tkcron
install: all
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
.include <bsd.own.mk>