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

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

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

LICENSE=	GPLv3 # or later
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GITHUB=	yes
GH_ACCOUNT=	fontforge

USES=		gmake libtool autoreconf
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>