1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
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

13 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"