freebsd-ports/print/kpdftool/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
804 B
Makefile

# New ports collection makefile for: kpdftool
# Date created: 04 May 2006
# Whom: Yuan, Jue <yuanjue@yuanjue.net>
# $FreeBSD$
#
PORTNAME= kpdftool
PORTVERSION= 0.22
PORTREVISION= 1
CATEGORIES= print kde
MASTER_SITES= http://www.yuanjue.net/download/
MAINTAINER= yuanjue@yuanjue.net
COMMENT= Tool to ease your PDF related work
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_GMAKE= yes
USE_QT_VER= 3
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
MAKE_ARGS+= QTDIR=${QT_PREFIX}
do-configure:
cd ${WRKSRC}; \
${LOCALBASE}/bin/qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro;
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
PLIST_FILES= bin/kpdftool
.include <bsd.port.mk>