summaryrefslogtreecommitdiff
path: root/math/libtexprintf/Makefile
blob: a7909d6c3b56f26e5212b9919d6bac2c5b0cbd49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libtexprintf
DISTVERSION=	1.25
PORTREVISION=	1
CATEGORIES=	math textproc
MASTER_SITES=	https://github.com/bartp5/${PORTNAME}/releases/download/v${DISTVERSION}/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Formatted math formula output with tex-like syntax
WWW=		https://github.com/bartp5/libtexprintf

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake libtool
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>