1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/rand/Makefile
Michael Haro 4458830731 update to 1.7
PR:		16759
Submitted by:	Dominic Mitchell <dom@palmerharvey.co.uk>
2000-02-17 01:31:44 +00:00

24 lines
463 B
Makefile

# 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>