1999-08-01 11:22:26 +02:00
|
|
|
# New ports collection makefile for: rand
|
|
|
|
# Date created: Mon Jul 26 1999
|
|
|
|
# Whom: domi@saargate.de
|
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1999-08-01 11:22:26 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= rand
|
2001-02-05 17:35:26 +01:00
|
|
|
PORTVERSION= 1.7
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
1999-08-01 11:22:26 +02:00
|
|
|
CATEGORIES= textproc
|
2001-05-19 22:17:14 +02:00
|
|
|
MASTER_SITES= http://math.smsu.edu/~erik/files/
|
1999-08-01 11:22:26 +02:00
|
|
|
|
|
|
|
MAINTAINER= domi@saargate.de
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Utility to display files or streams in random order
|
1999-08-01 11:22:26 +02:00
|
|
|
|
2000-01-04 18:48:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-02-17 02:31:44 +01:00
|
|
|
MAN1= rand.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/rand
|
1999-08-01 11:22:26 +02:00
|
|
|
|
|
|
|
do-install:
|
2000-02-17 02:31:44 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/rand.1 ${MANPREFIX}/man/man1
|
1999-08-01 11:22:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|