freebsd-ports/graphics/libspiro/Makefile
Dmitry Marakasov 001c2571a4 - Update to 0.5.20150702
- While here, add LICENSE

PR:		201314
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-07-06 21:20:56 +00:00

23 lines
469 B
Makefile

# 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>