opnsense-ports/graphics/libspiro/Makefile
Franco Fichtner 2763cb5d17 */*: sync with upstream
Taken from: FreeBSD
2022-11-30 11:29:56 +01:00

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