aboutsummaryrefslogtreecommitdiff
path: root/print/freetype2
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-07 22:18:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-07 22:18:31 +0000
commit9ddcacf81b0e06751830f42079125d7f6b1f44c1 (patch)
tree63af33be9b35fb1ea8ffdde21346bb68362e9f2a /print/freetype2
parent76ca8040c7ff13625a25bdbbd9bc8e397b339a55 (diff)
downloadports-9ddcacf81b0e06751830f42079125d7f6b1f44c1.tar.gz
ports-9ddcacf81b0e06751830f42079125d7f6b1f44c1.zip
- Add CPE info
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=385696
Diffstat (limited to 'print/freetype2')
-rw-r--r--print/freetype2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile
index 573b63e49ea1..36bf90dcefd0 100644
--- a/print/freetype2/Makefile
+++ b/print/freetype2/Makefile
@@ -15,13 +15,16 @@ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Free and portable TrueType font rendering engine
-USES= gmake libtool tar:bzip2
+USES= cpe gmake libtool tar:bzip2
MAKE_ENV= TOP=""
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-harfbuzz
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
+CPE_PRODUCT= freetype
+CPE_VENDOR= freetype
+
OPTIONS_DEFINE= LCD_FILTERING PNG
OPTIONS_DEFAULT= LCD_FILTERING
LCD_FILTERING_DESC?= Sub-pixel rendering (patented)