Update databases/cassandra-cpp-driver to version 2.4.3
[dports.git] / graphics / libspiro / Makefile
1 # Created by: Naram Qashat <cyberbotx@cyberbotx.com>
2 # $FreeBSD$
3
4 PORTNAME=       libspiro
5 DISTVERSION=    0.5.20150702
6 PORTEPOCH=      1
7 CATEGORIES=     graphics
8
9 MAINTAINER=     cyberbotx@cyberbotx.com
10 COMMENT=        Library to convert clothoid splines into Bezier splines
11
12 LICENSE=        GPLv3+
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     fontforge
17
18 USES=           gmake libtool autoreconf
19 GNU_CONFIGURE=  yes
20 USE_LDCONFIG=   yes
21 INSTALL_TARGET= install-strip
22
23 .include <bsd.port.mk>