summaryrefslogtreecommitdiff
path: root/graphics/libspiro/Makefile
blob: 69c9ef5db1df138feb7ce7f3848a399e398a6b48 (plain) (blame)
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
# Created by: Naram Qashat <cyberbotx@cyberbotx.com>

PORTNAME=	libspiro
DISTVERSION=	20200505
PORTEPOCH=	1
CATEGORIES=	graphics
MASTER_SITES=	https://github.com/fontforge/${PORTNAME}/releases/download/${DISTVERSION}/
DISTNAME=	${PORTNAME}-dist-${DISTVERSION}

MAINTAINER=	cyberbotx@cyberbotx.com
COMMENT=	Library to convert clothoid splines into Bezier splines

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe libtool pathfix

CPE_VENDOR=	libspiro_project
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>