aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rand/Makefile
blob: 8fd158fbe75596b456dc8e866c0f75a9464528a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    rand
# Version required:     1.6
# Date created:         Mon Jul 26 1999
# Whom:             domi@saargate.de
#
# $FreeBSD$
#

DISTNAME=   rand-1.6
CATEGORIES= textproc
MASTER_SITES=   http://math.smsu.edu/~br0ke/files/

MAINTAINER= domi@saargate.de

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/rand.1.gz ${MANPREFIX}/man/man1

.include <bsd.port.mk>