2012-12-29 05:36:59 +01:00
|
|
|
# Created by: 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
|
2013-02-26 21:40:39 +01:00
|
|
|
PORTVERSION= 1.9
|
1999-08-01 11:22:26 +02:00
|
|
|
CATEGORIES= textproc
|
2013-02-28 17:33:38 +01:00
|
|
|
MASTER_SITES= http://bzflag.bz/~erik/files/ \
|
|
|
|
http://elfga.com/~erik/files/
|
1999-08-01 11:22:26 +02:00
|
|
|
|
2013-10-01 00:47:41 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
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
|
|
|
|
2014-03-29 15:01:55 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-10-01 00:47:41 +02:00
|
|
|
USES= gmake
|
2005-11-13 17:20:22 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2013-10-01 00:47:41 +02:00
|
|
|
PLIST_FILES= bin/rand man/man1/rand.1.gz
|
1999-08-01 11:22:26 +02:00
|
|
|
|
2014-03-29 15:01:55 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|}-R|}-L|g' ${WRKSRC}/configure
|
|
|
|
|
1999-08-01 11:22:26 +02:00
|
|
|
do-install:
|
2013-10-01 00:47:41 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
1999-08-01 11:22:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|