summaryrefslogtreecommitdiff
path: root/math/oleo/Makefile
blob: f6cac9b10a8a8cb92346818cebc654e12caea583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>