1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/rand/Makefile

22 lines
422 B
Makefile
Raw Normal View History

# New ports collection makefile for: rand
# Version required: 1.5
# Date created: Mon Jul 26 1999
# Whom: domi@saargate.de
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
DISTNAME= rand-1.5
CATEGORIES= textproc
MASTER_SITES= http://shells.clipboard.com/~br0ke/files/ \
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>