mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Rollback to the revision r301663.
- It is necessary to keep the freetype2 path header, or it cannot build the xpdf file. - BUMP PORTREVISION. PR: ports/172664 [1], ports/172634 [2] Submitted by: Helge Oldach <ports-xpdf-oct12@oldach.net> [1] Oliver Hartmann <ohartman@zedat.fu-berlin.de> [2] Approved by: beat (portmgr) Feature safe: yes
This commit is contained in:
parent
31630ad43c
commit
a76e742e7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305907
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xpdf
|
||||
PORTVERSION= 3.03
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
||||
${MASTER_SITE_TEX_CTAN}
|
||||
@ -19,7 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-opi \
|
||||
--with-freetype2-library="${LOCALBASE}/lib" \
|
||||
--with-freetype2-includes="${LOCALBASE}/include/" \
|
||||
--with-freetype2-includes="${LOCALBASE}/include/freetype2" \
|
||||
--bindir="${PREFIX}/libexec/xpdf"
|
||||
|
||||
OPTIONS= LIBPAPER "Enable libpaper" off \
|
||||
@ -60,6 +60,7 @@ PLIST_SUB+= X11="@comment "
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-x
|
||||
USE_MOTIF= yes
|
||||
MAN1+= xpdf.1
|
||||
PLIST_SUB+= X11=""
|
||||
.endif
|
||||
|
||||
|
@ -5,6 +5,7 @@ libexec/xpdf/pdfdetach
|
||||
libexec/xpdf/pdftoppm
|
||||
libexec/xpdf/pdftops
|
||||
libexec/xpdf/pdftotext
|
||||
libexec/xpdf/xpdf
|
||||
%%X11%%bin/xpdf
|
||||
etc/xpdfrc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
|
||||
|
Loading…
Reference in New Issue
Block a user