summaryrefslogtreecommitdiff
path: root/devel/cutils/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-08 22:26:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-08 22:26:14 +0000
commitb6251a324b530e0ffafede77534e707bedccdd15 (patch)
treeaa000f69c2155a94d9a0907fcd41e8183633326d /devel/cutils/Makefile
parentUpgrade to 3.7.2 (diff)
cutils is a collection of miscellaneous utilities useful for C programmers.
It is composed by the following utilities: cinfo, cinfoc and cinfodc - C language documentation tools cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files with colors yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program Submitted by: Sandro Sigala <ssigala@globalnet.it>
Notes
Notes: svn path=/head/; revision=4897
Diffstat (limited to 'devel/cutils/Makefile')
-rw-r--r--devel/cutils/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile
new file mode 100644
index 000000000000..83fe6812b505
--- /dev/null
+++ b/devel/cutils/Makefile
@@ -0,0 +1,22 @@
+# Port for: cutils
+# Version required: FreeBSD-2.1.5
+# Date created: 26 November 1996
+# Whom: Sandro Sigala
+#
+# $Id$
+#
+
+DISTNAME= cutils-1.3
+CATEGORIES= devel
+MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
+DISTFILES= cutils-1.3.tar.gz
+
+MAINTAINER= ssigala@globalnet.it
+
+post-install:
+.if defined(NOMANCOMPRESS)
+ (cd ${PREFIX} ; \
+ gunzip -f `grep man ${PKGDIR}/PLIST` )
+.endif
+
+.include <bsd.port.mk>