freebsd-ports/math/aamath/Makefile
Sergey Matveychuk 05c86adb6a Aamath is a program that reads mathematical expressions in infix notation and
renders them as ASCII art. It may be useful to send mathematics through
text-only media, such as e-mail or newsgroups.

PR:		ports/82552
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-23 11:53:28 +00:00

25 lines
588 B
Makefile

# New ports collection makefile for: aamath
# Date created: 2005-06-23
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= aamath
PORTVERSION= 0.3
CATEGORIES= math textproc
MASTER_SITES= http://fuse.superglue.se/aamath/
MAINTAINER= vsevolod@highsecure.ru
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>