diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:16:58 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:16:58 +0000 |
commit | 04f527eb78f0026694e12957d3b7951bea2b4a23 (patch) | |
tree | 98f2ba0b815c7674091972e5546db1ac675915fd | |
parent | fc1d99f7fafa92c861d776c423abf6cfe19035c9 (diff) |
graphics/libspiro: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/libspiro/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile index 127c78d781a5..e17bdb3b2c21 100644 --- a/graphics/libspiro/Makefile +++ b/graphics/libspiro/Makefile @@ -11,7 +11,9 @@ COMMENT= Library to convert clothoid splines into Bezier splines LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool pathfix +USES= autoreconf cpe gmake libtool pathfix + +CPE_VENDOR= libspiro_project USE_GITHUB= yes GH_ACCOUNT= fontforge |