7f0a9a8770
With hat: portmgr
33 lines
700 B
Makefile
33 lines
700 B
Makefile
# Created by: Dmitry Kazarov <d.y.kazarov@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qpdf
|
|
PORTVERSION= 5.1.2
|
|
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
|
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
|
|
|
OPTIONS_DEFINE= SDK
|
|
OPTIONS_DEFAULT= SDK
|
|
OPTIONS_SUB= yes
|
|
|
|
SDK_DESC= Install header files.
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
|
-e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
${WRKSRC}/make/libtool.mk
|
|
|
|
.include <bsd.port.mk>
|