summaryrefslogtreecommitdiff
path: root/textproc/sgrep2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sgrep2/Makefile')
-rw-r--r--textproc/sgrep2/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/sgrep2/Makefile b/textproc/sgrep2/Makefile
new file mode 100644
index 000000000000..977ff624c5a5
--- /dev/null
+++ b/textproc/sgrep2/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: sgrep
+# Version required: 0.99
+# Date created: Apr 29 1998
+# Whom: <koshy@india.hp.com>
+#
+# $Id$
+#
+
+DISTNAME= sgrep-0.99
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/
+
+MAINTAINER= koshy@india.hp.com
+
+MAN1= sgrep.1
+
+# Override the install target in the supplied makefile
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/sgrep.1 ${MANPREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/sample.sgreprc ${PREFIX}/share/sgreprc
+
+.include <bsd.port.mk>