summaryrefslogtreecommitdiff
path: root/textproc/rand/Makefile
blob: c5ee4d5d6c27c2d875deca558b1172f4300f5f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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://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>