aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rand/Makefile
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-01 17:22:26 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-08-01 17:22:26 +0800
commit65bf0339ce99203d0900dfcb22bb812615af4423 (patch)
treeae722c630f0a95241188ba6e9be6b5ab159420d2 /textproc/rand/Makefile
parentd590bc3d270c175b41733a7e0b6cf00173e777c5 (diff)
downloadfreebsd-ports-graphics-65bf0339ce99203d0900dfcb22bb812615af4423.tar.gz
freebsd-ports-graphics-65bf0339ce99203d0900dfcb22bb812615af4423.tar.zst
freebsd-ports-graphics-65bf0339ce99203d0900dfcb22bb812615af4423.zip
Import of rand, a cat-like utility that displays the lines of a file
or stream in random order. PR: 12822 Submitted by: Dominik Brettnacher <domi@saargate.de>
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 00000000000..d0a675cb9de
--- /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>