svn commit: r383688 - head/graphics/xpdf

Cy Schubert cy at FreeBSD.org
Fri Apr 10 02:02:22 UTC 2015


Author: cy
Date: Fri Apr 10 02:02:21 2015
New Revision: 383688
URL: https://svnweb.freebsd.org/changeset/ports/383688

Log:
  Document CPE, license.
  
  PR:		 199337
  Submitted by:	mp39590 at gmail.com

Modified:
  head/graphics/xpdf/Makefile

Modified: head/graphics/xpdf/Makefile
==============================================================================
--- head/graphics/xpdf/Makefile	Fri Apr 10 01:54:02 2015	(r383687)
+++ head/graphics/xpdf/Makefile	Fri Apr 10 02:02:21 2015	(r383688)
@@ -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 at 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


More information about the svn-ports-head mailing list