freebsd-ports/textproc/rand/Makefile

27 lines
549 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= rand
2001-02-05 17:35:26 +01:00
PORTVERSION= 1.7
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://math.smsu.edu/~erik/files/
MAINTAINER= domi@saargate.de
2003-02-21 14:42:50 +01:00
COMMENT= Utility to display files or streams in random order
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= rand.1
PLIST_FILES= bin/rand
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/rand.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>