git: 0b00cb48f683 - main - x11-fonts/pcf2bdf: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:30 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0b00cb48f6830edfe3f325f3c4c71de8f1bb65e2
commit 0b00cb48f6830edfe3f325f3c4c71de8f1bb65e2
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:23:09 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:54 +0000
x11-fonts/pcf2bdf: Add CPE information
Approved by: portmgr (blanket)
---
x11-fonts/pcf2bdf/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/x11-fonts/pcf2bdf/Makefile b/x11-fonts/pcf2bdf/Makefile
index db81b33042ec..6db2857b424d 100644
--- a/x11-fonts/pcf2bdf/Makefile
+++ b/x11-fonts/pcf2bdf/Makefile
@@ -9,9 +9,13 @@ COMMENT= Convert X font from PCF to BDF
LICENSE= MIT
+USES= cpe
+
USE_GITHUB= yes
GH_ACCOUNT= ganaware
+CPE_VENDOR= pcf2bdf_project
+
MAKEFILE= Makefile.gcc
MAKE_ENV= MANPATH="${PREFIX}/share/man/man1" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \