summaryrefslogtreecommitdiff
path: root/textproc/rand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rand/Makefile')
-rw-r--r--textproc/rand/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile
new file mode 100644
index 000000000000..d0a675cb9de1
--- /dev/null
+++ b/textproc/rand/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rand
+# Version required: 1.5
+# Date created: Mon Jul 26 1999
+# Whom: domi@saargate.de
+#
+# $Id$
+#
+
+DISTNAME= rand-1.5
+CATEGORIES= textproc
+MASTER_SITES= http://shells.clipboard.com/~br0ke/files/ \
+ http://math.smsu.edu/~br0ke/files/
+
+MAINTAINER= domi@saargate.de
+
+WRKSRC= ${WRKDIR}/rand
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin
+
+.include <bsd.port.mk>