summaryrefslogtreecommitdiff
path: root/devel/tclcheck/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 16:09:01 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 16:09:01 +0000
commit377e399b0991a5a11356686aa9a3909591a626e1 (patch)
tree5636b178b561886f97fe69fa09a9ac401582e089 /devel/tclcheck/Makefile
parentMake this port respect ${PREFIX} if it's set. (diff)
New port, tclCheck:
A program to check the nesting of parenthesis in tcl scripts. PR: 3976 Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
Notes
Notes: svn path=/head/; revision=7398
Diffstat (limited to 'devel/tclcheck/Makefile')
-rw-r--r--devel/tclcheck/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/tclcheck/Makefile b/devel/tclcheck/Makefile
new file mode 100644
index 000000000000..09b689f000be
--- /dev/null
+++ b/devel/tclcheck/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: TclCheck
+# Version required: 1.1.8
+# Date created: 28 June 1997
+# Whom: Sander Vesik <sander@haldjas.folklore.ee>
+#
+# $Id$
+#
+
+DISTNAME= tclCheck-1.1.8
+PKGNAME= tclcheck-1.1.8
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/sorted/devel/
+
+MAINTAINER= sander@haldjas.folklore.ee
+
+MAN1= tclCheck.1
+MANCOMPRESSED= yes
+
+pre-build:
+ @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/tclCheck
+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/tclCheck
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tclCheck
+.endif
+
+.include <bsd.port.mk>