1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/oleo/Makefile
Chuck Robey ed317a17a3 Added new man page to oleo (with small formatting changes)
thanks to Don Yuniskis.  It's needed it for a long time,
Thanks, Don!
1996-08-10 13:14:51 +00:00

22 lines
435 B
Makefile

# New ports collection makefile for: oleo
# Version required: 1.6
# Date created: 3 September 1994
# Whom: mr
#
# $Id: Makefile,v 1.7 1996/03/10 00:05:48 asami Exp $
#
DISTNAME= oleo-1.6
CATEGORIES+= math
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
HAS_CONFIGURE=yes
post-install:
install -c $(FILESDIR)/oleo.1 $(PREFIX)/man/man1
.if !defined(NOMANCOMPRESS)
gzip -9nf $(PREFIX)/man/man1/oleo.1
.endif
.include <bsd.port.mk>