mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# New ports collection makefile for: tcl-modules
|
|
# Date created: 03 March 2009
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcl-modules
|
|
PORTREVISION=
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Tcl common modules
|
|
|
|
BUILDING_TCL_TM= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl85
|
|
|
|
.include "${MASTERDIR}/Makefile"
|