diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-12 15:25:38 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-12 15:29:04 +0000 |
commit | 60764ff075c09d6b1d37be83c4d1613ac84b8eab (patch) | |
tree | ca3e88868016b7dc6d50a2f9338f26681c9675af /print | |
parent | 0dfc497059f640d7c500e034fbbe727eb0606c0e (diff) | |
download | ports-60764ff075c09d6b1d37be83c4d1613ac84b8eab.tar.gz ports-60764ff075c09d6b1d37be83c4d1613ac84b8eab.zip |
Diffstat (limited to 'print')
-rw-r--r-- | print/linux-c7-cups-libs/Makefile | 1 | ||||
-rw-r--r-- | print/linux-c7-freetype/Makefile | 1 | ||||
-rw-r--r-- | print/linux-c7-harfbuzz/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/print/linux-c7-cups-libs/Makefile b/print/linux-c7-cups-libs/Makefile index f1db5d613f67..281f0ecc638e 100644 --- a/print/linux-c7-cups-libs/Makefile +++ b/print/linux-c7-cups-libs/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Common UNIX Printing System libraries +WWW= https://github.com/OpenPrinting/cups USES= cpe linux:c7 USE_LDCONFIG= yes diff --git a/print/linux-c7-freetype/Makefile b/print/linux-c7-freetype/Makefile index 7c3e63180b82..d1501d9c2b20 100644 --- a/print/linux-c7-freetype/Makefile +++ b/print/linux-c7-freetype/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print linux MAINTAINER= emulation@FreeBSD.org COMMENT= Font rendering engine (Linux CentOS ${LINUX_DIST_VER}) +WWW= https://www.freetype.org/ USES= cpe linux:c7 USE_LDCONFIG= yes diff --git a/print/linux-c7-harfbuzz/Makefile b/print/linux-c7-harfbuzz/Makefile index aa8dbd39f57c..2092b7b81e05 100644 --- a/print/linux-c7-harfbuzz/Makefile +++ b/print/linux-c7-harfbuzz/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print linux MAINTAINER= emulation@FreeBSD.org COMMENT= OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER}) +WWW= https://harfbuzz.github.io/ USES= cpe linux:c7 USE_LDCONFIG= yes |