mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
417eff8ffb
Many hacks simply removed dependency on zlib which broke static linking if it was actually supported.
31 lines
609 B
Makefile
31 lines
609 B
Makefile
# Created by: Dmitry Kazarov <d.y.kazarov@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qpdf
|
|
PORTVERSION= 6.0.0
|
|
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
|
|
LICENSE_FILE= ${WRKSRC}/Artistic-2.0
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/make --version/${MAKE_CMD} --version/' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|