mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ed6078d621
Changelogs: * https://github.com/fontforge/libspiro/releases/tag/20220722 * https://github.com/fontforge/libspiro/releases/tag/20221101 PR: 268048 Reported by: cyberbotx@cyberbotx.com (maintainer)
26 lines
598 B
Makefile
26 lines
598 B
Makefile
PORTNAME= libspiro
|
|
DISTVERSION= 20221101
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://github.com/fontforge/${PORTNAME}/releases/download/${DISTVERSION}/
|
|
DISTNAME= ${PORTNAME}-dist-${DISTVERSION}
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Library to convert clothoid splines into Bezier splines
|
|
WWW= https://github.com/fontforge/libspiro
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe libtool pathfix
|
|
CPE_VENDOR= libspiro_project
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|