summaryrefslogtreecommitdiff
path: root/textproc/glark/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 13:53:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 13:53:53 +0000
commit9a35cb0bc6e3d3467cf941aabb2b7f57395dd243 (patch)
tree6c8f82c8af9f448779586680aab44d83e2362235 /textproc/glark/Makefile
parentUpdate to 3.1 (diff)
add glark 1.5.3
Search text files for complex regular expressions
Notes
Notes: svn path=/head/; revision=63737
Diffstat (limited to 'textproc/glark/Makefile')
-rw-r--r--textproc/glark/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/glark/Makefile b/textproc/glark/Makefile
new file mode 100644
index 000000000000..04de3a3fffca
--- /dev/null
+++ b/textproc/glark/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: glark
+# Date created: Jul 30, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= glark
+PORTVERSION= 1.5.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+NO_BUILD= yes
+
+MAN1= glark.1
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/glark ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/glark.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>