summaryrefslogtreecommitdiffstats
path: root/math/aamath/Makefile
blob: 0611ad60da7161f4b9f4fb8976da2070cae76dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
# $FreeBSD$

PORTNAME=	aamath
PORTVERSION=	0.3
PORTREVISION=	2
CATEGORIES=	math textproc
MASTER_SITES=	http://fuse.superglue.se/${PORTNAME}/ \
		LOCAL/ehaupt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Renders ASCII art from mathematical expressions

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		ncurses readline
WRKSRC=		${WRKDIR}/${PORTNAME}
CFLAGS+=	-I${LOCALBASE}/include
MAKE_ARGS=	LIBS="-lreadline -lncurses"

PLIST_FILES=	bin/aamath man/man1/aamath.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1

.include <bsd.port.mk>
OpenPOWER on IntegriCloud