aboutsummaryrefslogtreecommitdiff
path: root/math/oleo/Makefile
blob: 1852d68eb13608c24942f9712d71a01f3440e87e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	oleo
# Version required:	1.6
# Date created:		3 September 1994
# Whom:			mr
#
# $FreeBSD$
#

DISTNAME=	oleo-1.6
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	oleo

MAINTAINER=	ports@FreeBSD.org

HAS_CONFIGURE=	yes
MAN1=		oleo.1

post-install:
	$(INSTALL_MAN) $(FILESDIR)/oleo.1 $(PREFIX)/man/man1

.include <bsd.port.mk>