aboutsummaryrefslogtreecommitdiff
path: root/graphics/libspiro/Makefile
blob: 2c11f3c0fdac4e6e1b5b3b79b3912e46a6879726 (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
# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
# $FreeBSD$

PORTNAME=	libspiro
DISTVERSION=	20190731
PORTEPOCH=	1
CATEGORIES=	graphics

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

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

USES=		autoreconf gmake libtool pathfix

USE_GITHUB=	yes
GH_ACCOUNT=	fontforge

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>