diff options
author | cy <cy@FreeBSD.org> | 2015-04-10 10:02:21 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-04-10 10:02:21 +0800 |
commit | 4baee343b85b038d81802cc9772cabd9dddce9e7 (patch) | |
tree | 7400288f17f37b39269de1f98a45fc2d3e14480f /graphics/xpdf | |
parent | c034d679ac3843e634346837e440853b5b399795 (diff) | |
download | freebsd-ports-gnome-4baee343b85b038d81802cc9772cabd9dddce9e7.tar.gz freebsd-ports-gnome-4baee343b85b038d81802cc9772cabd9dddce9e7.tar.zst freebsd-ports-gnome-4baee343b85b038d81802cc9772cabd9dddce9e7.zip |
Document CPE, license.
PR: 199337
Submitted by: mp39590@gmail.com
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 6c3df70b0080..f49fc5924713 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.04 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ @@ -13,11 +13,14 @@ MASTER_SITE_SUBDIR= support/xpdf MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats +LICENSE= GPLv2 + LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng.so:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USES= gmake +USES= gmake cpe +CPE_VENDOR= foolabs CFLAGS+= -I${LOCALBASE}/include -O0 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |