freebsd-ports/textproc/rand/Makefile

28 lines
599 B
Makefile
Raw Normal View History

# Created by: domi@saargate.de
1999-08-31 04:11:56 +02:00
# $FreeBSD$
PORTNAME= rand
PORTVERSION= 1.9
CATEGORIES= textproc
MASTER_SITES= http://bzflag.bz/~erik/files/ \
http://elfga.com/~erik/files/
MAINTAINER= danilo@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Utility to display files or streams in random order
2014-03-29 15:01:55 +01:00
LICENSE= GPLv2
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/rand man/man1/rand.1.gz
2014-03-29 15:01:55 +01:00
post-patch:
@${REINPLACE_CMD} -e 's|}-R|}-L|g' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>