freebsd-ports/math/aamath/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

28 lines
701 B
Makefile

# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
# $FreeBSD$
PORTNAME= aamath
PORTVERSION= 0.3
PORTREVISION= 4
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>