mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Move binaries to $LOCALBASE/libexec.
Suggested by: eadler Approved by: araujo (maintainer)
This commit is contained in:
parent
af5335ccda
commit
bfecb0164c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297377
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xpdf
|
||||
PORTVERSION= 3.03
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
||||
${MASTER_SITE_TEX_CTAN}
|
||||
@ -25,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-opi \
|
||||
--with-freetype2-library="${LOCALBASE}/lib" \
|
||||
--with-freetype2-includes="${LOCALBASE}/include/freetype2/" \
|
||||
--bindir="${LOCALBASE}/lib/xpdf"
|
||||
--bindir="${LOCALBASE}/libexec/xpdf"
|
||||
|
||||
OPTIONS= LIBPAPER "Enable libpaper" off \
|
||||
TYPE1 "Ghostscript type1 fonts" on \
|
||||
@ -81,7 +82,7 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
.if !defined(WITHOUT_X11)
|
||||
${LN} -sf ${LOCALBASE}/lib/xpdf/xpdf ${LOCALBASE}/bin/xpdf
|
||||
${LN} -sf ${LOCALBASE}/libexec/xpdf/xpdf ${LOCALBASE}/bin/xpdf
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,11 @@
|
||||
lib/xpdf/pdffonts
|
||||
lib/xpdf/pdfimages
|
||||
lib/xpdf/pdfinfo
|
||||
lib/xpdf/pdfdetach
|
||||
lib/xpdf/pdftoppm
|
||||
lib/xpdf/pdftops
|
||||
lib/xpdf/pdftotext
|
||||
%%X11%%lib/xpdf/xpdf
|
||||
libexec/xpdf/pdffonts
|
||||
libexec/xpdf/pdfimages
|
||||
libexec/xpdf/pdfinfo
|
||||
libexec/xpdf/pdfdetach
|
||||
libexec/xpdf/pdftoppm
|
||||
libexec/xpdf/pdftops
|
||||
libexec/xpdf/pdftotext
|
||||
%%X11%%libexec/xpdf/xpdf
|
||||
%%X11%%bin/xpdf
|
||||
etc/xpdfrc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
|
||||
|
Loading…
Reference in New Issue
Block a user