freebsd-ports/math/oleo/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

23 lines
382 B
Makefile

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