mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
9037cd4e16
PR: 197278 Submitted by: cyberbotx@cyberbotx.com (maintainer)
22 lines
429 B
Makefile
22 lines
429 B
Makefile
# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libspiro
|
|
DISTVERSION= 0.3.20150131
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Library to convert clothoid splines into Bezier splines
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fontforge
|
|
GH_COMMIT= d12f7f7
|
|
|
|
USES= gmake libtool autoreconf
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|