mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Mark Linimon](/assets/img/avatar_default.png)
This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
26 lines
561 B
Makefile
26 lines
561 B
Makefile
# Created by: Dmitry Kazarov <d.y.kazarov@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qpdf
|
|
DISTVERSION= 8.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= d.y.kazarov@mail.ru
|
|
COMMENT= Command-line tools for transforming and inspecting PDF documents
|
|
|
|
LICENSE= ART20 APACHE20
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART20= ${WRKSRC}/Artistic-2.0
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= compiler:c++11-lang gmake jpeg libtool localbase
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|