# New ports collection makefile for:	aamath
# Date created:		2005-06-23
# Whom:			Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD: ports/math/aamath/Makefile,v 1.2 2005/07/22 09:33:32 vsevolod Exp $
#

PORTNAME=	aamath
PORTVERSION=	0.3
CATEGORIES=	math textproc
MASTER_SITES=	http://fuse.superglue.se/aamath/

MAINTAINER=	vsevolod@FreeBSD.org
COMMENT=	Aamath is a tool for rendering mathematical expressions to ascii art

WRKSRC=		${WRKDIR}/${PORTNAME}

PLIST_FILES+=	bin/${PORTNAME}
MAN1=		aamath.1

do-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/aamath ${PREFIX}/bin
	@${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>
