mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2e149c7627
PR: 14229 Submitted by: maintainer
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# New ports collection makefile for: rand
|
|
# Version required: 1.5
|
|
# Date created: Mon Jul 26 1999
|
|
# Whom: domi@saargate.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= rand-1.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://math.smsu.edu/~br0ke/files/
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
|
|
WRKSRC= ${WRKDIR}/rand
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|