aboutsummaryrefslogblamecommitdiff
path: root/print/qpdfview/Makefile
blob: 5530902edf37d8422aad7886cdfb847ae3550cab (plain) (tree)
1
2
3
4
5
6
7
8
9
                        
                      
                  
                     

                                                                                 
 
                                     
                                                  
                                              
 

                                 
 

                                                      
                                                                              
                  

                                                                     
                                                                             
 
                                       

                                           
 
                                    
                                    
                           
 
                                             
                                              
 
                                                          
                                              
 
                                              
                                    
 

                              


                                                                                        
                                                   

                      
PORTNAME=	qpdfview
DISTVERSION=	0.4.18
PORTREVISION=	37
CATEGORIES=	print
MASTER_SITES=	https://launchpadlibrarian.net/294276875/ \
		https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/

MAINTAINER=	salvadore@FreeBSD.org
COMMENT=	Tabbed DjVu/PDF/PS document viewer
WWW=		https://launchpad.net/qpdfview

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5

USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5
USE_GL=		gl
USE_LDCONFIG=	yes
USE_QT=		concurrent core dbus gui imageformats linguisttools \
		printsupport sql sql-sqlite3 svg widgets xml buildtools:build

QMAKE_SOURCE_PATH=	${PORTNAME}.pro

DATADIR=	${PREFIX}/share/${PORTNAME}

OPTIONS_DEFINE=		CUPS DJVU PS
OPTIONS_DEFAULT=	CUPS DJVU PS
OPTIONS_SUB=		yes

CUPS_LIB_DEPENDS=	libcups.so:print/cups
CUPS_QMAKE_OFF=		"CONFIG+=without_cups"

DJVU_LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
DJVU_QMAKE_OFF=		"CONFIG+=without_djvu"

PS_LIB_DEPENDS=	libspectre.so:print/libspectre
PS_QMAKE_OFF=	"CONFIG+=without_ps"

.include <bsd.port.options.mk>

pre-configure:
	${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \
		${WRKSRC}/${PORTNAME}.pri
	cd ${WRKSRC} && ${LRELEASE} ${PORTNAME}.pro

.include <bsd.port.mk>