summaryrefslogtreecommitdiff
path: root/sysutils/sarah/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sarah/Makefile')
-rw-r--r--sysutils/sarah/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile
new file mode 100644
index 000000000000..d469de760195
--- /dev/null
+++ b/sysutils/sarah/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: sarah
+# Version required: 0.1b
+# Date created: 10 Jan 2000
+# Whom: Matthew Pounsett <mattp@conundrum.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= sarah-0.1b
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/
+
+MAINTAINER= mattp@conundrum.com
+
+MAN1= sarah.1
+USE_PERL5= yes
+NO_BUILD= yes
+
+do-install:
+ cd ${WRKSRC} && \
+ ${INSTALL_SCRIPT} sarah ${PREFIX}/bin
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} sarah.conf.sample ${PREFIX}/etc
+ cd ${WRKSRC} && \
+ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
+
+.include <bsd.port.mk>