summaryrefslogtreecommitdiff
path: root/print/kpdftool/Makefile
blob: d75ec9b0c2943d83efc084a46f0488776bf71146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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=	makc@FreeBSD.org
COMMENT=	Simple utility to manipulate PS and PDF files

RUN_DEPENDS=	convert:graphics/ImageMagick

USE_QT4=	qt3support moc_build porting_build uic3_build
USES=		ghostscript:run qmake 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>