openbsd-ports/misc/tkcron/files/Makefile

13 lines
265 B
Makefile
Raw Normal View History

1998-05-20 03:54:41 -04:00
BINDIR= ${PREFIX}/bin
WISHDIR?= ${BINDIR}
all: tkcron
tkcron:
2003-12-27 18:34:42 -05:00
sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.4;g" tkcron.tcl > tkcron
1998-05-20 03:54:41 -04:00
install: all
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
1998-05-20 03:54:41 -04:00
.include <bsd.own.mk>