mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ce8114d5cb
Add SHA256 PR: 88935 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer)
28 lines
610 B
Makefile
28 lines
610 B
Makefile
# New ports collection makefile for: rand
|
|
# Date created: Mon Jul 26 1999
|
|
# Whom: domi@saargate.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rand
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://math.missouristate.edu/~erik/files/
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
COMMENT= Utility to display files or streams in random order
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= rand.1
|
|
PLIST_FILES= bin/rand
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|