mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
c512c184d3
ok tb@
28 lines
531 B
Makefile
28 lines
531 B
Makefile
COMMENT = simplifies the drawing of beautiful curves
|
|
|
|
V = 20240903
|
|
DISTNAME = libspiro-dist-${V}
|
|
PKGNAME = libspiro-${V}
|
|
WRKDIST = ${WRKDIR}/libspiro-${V}
|
|
|
|
SHARED_LIBS = spiro 1.0 # 1.5
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://github.com/fontforge/libspiro
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = m
|
|
|
|
SITES = https://github.com/fontforge/libspiro/releases/download/${V}/
|
|
|
|
# spiro fails to build using base libtool:
|
|
# cc: error: unsupported option '--mode=link'
|
|
USE_LIBTOOL = gnu
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|