forked from Lainports/freebsd-ports
- MASTER_SITE moved from SF to github PR: 239951 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Relnotes: https://github.com/fontforge/libspiro/blob/master/ChangeLog
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# 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>
|