b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
27 lines
750 B
Makefile
27 lines
750 B
Makefile
# Created by: Yuan, Jue <yuanjue@yuanjue.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kpdftool
|
|
PORTVERSION= 0.23.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
|
|
DISTFILES= 33194-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple utility to manipulate PS and PDF files
|
|
|
|
RUN_DEPENDS= convert:graphics/ImageMagick
|
|
|
|
USE_QT= qt3support moc_build porting_build uic3_build
|
|
USES= ghostscript:run qmake qt:4 zip
|
|
|
|
DESKTOP_ENTRIES= "KPDFTool" "${COMMENT}" "kpdftool" \
|
|
"kpdftool" "Qt;Utility;" true
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons/
|
|
|
|
.include <bsd.port.mk>
|