1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/textproc/rand/Makefile

24 lines
450 B
Makefile
Raw Normal View History

# New ports collection makefile for: rand
# Date created: Mon Jul 26 1999
# Whom: domi@saargate.de
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
PORTNAME= rand
2001-02-05 16:35:26 +00:00
PORTVERSION= 1.7
CATEGORIES= textproc
MASTER_SITES= http://math.smsu.edu/~erik/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>