freebsd-ports/Mk/Uses/tk.mk
Gerald Pfeifer 5b4f2ad658 Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.

Approved by:	portmgr (bapt)
2014-03-15 10:31:54 +00:00

12 lines
147 B
Makefile

# $FreeBSD$
#
# vim: ts=8 noexpandtab
#
.if defined(tk_ARGS)
tcl_ARGS:= ${tk_ARGS}
.endif
_TCLTK_PORT= tk
.include "${PORTSDIR}/Mk/Uses/tcl.mk"