blob: f1bc497c50d5434d0ea8767ffcab98ddeddae67a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: rand
# Version required: 1.7
# Date created: Mon Jul 26 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
DISTNAME= rand-1.7
CATEGORIES= textproc
MASTER_SITES= http://math.smsu.edu/~br0ke/files/
MAINTAINER= domi@saargate.de
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= rand.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/rand.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
|