summaryrefslogtreecommitdiff
path: root/textproc/sarep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sarep/Makefile')
-rw-r--r--textproc/sarep/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile
new file mode 100644
index 000000000000..122e13899a13
--- /dev/null
+++ b/textproc/sarep/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: sar
+# Version required: 0.2
+#
+# $Id: Makefile,v 1.1.1.1 1997/05/25 03:42:42 obrien Exp $
+#
+
+DISTNAME= sar
+PKGNAME= sar-0.2
+CATEGORIES= textproc
+MASTER_SITES= http://tarp.linuxos.org/software/
+EXTRACT_SUFX=
+
+MAINTAINER= ache@nagual.pp.ru
+
+EXTRACT_ONLY=
+NO_BUILD= YES
+
+do-install:
+ @${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>