| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/editors/pdfedit/ |
Upload File : |
PORTNAME= pdfedit
PORTVERSION= 0.4.5
PORTREVISION= 17
CATEGORIES= editors
MASTER_SITES= SF
MAINTAINER= hrs@FreeBSD.org
COMMENT= PDF document manipulating library
WWW= http://pdfedit.cz/
LICENSE= GPLv2
BROKEN_powerpc64= fails to configure: error: Could not link against boost_program_options
BROKEN_sparc64= fails to configure: error: Could not link against boost_program_options
BROKEN_FreeBSD_13= fails to compile: call to 'advance' is ambiguous
BROKEN_FreeBSD_14= fails to compile: call to 'advance' is ambiguous
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
libt1.so:devel/t1lib
USES= gmake perl5 tar:bzip2
USE_CXXSTD= c++98
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-root-dir=${STAGEDIR} \
--with-ft-library=${LOCALBASE}/lib \
--with-ft-includes=${LOCALBASE}/include \
--with-t1-library=${LOCALBASE}/lib \
--with-t1-includes=${LOCALBASE}/include \
--with-parallel-make=off \
--disable-gui \
--enable-pdfedit-core-dev \
--enable-tools
INSTALL_TARGET= install install-tools
PORTDOCS= Changelog README AUTHORS
OPTIONS_DEFINE= DOCS
post-extract:
${INSTALL_DATA} ${WRKSRC}/doc/AUTHORS ${WRKSRC}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>