Index: head/graphics/zathura/Makefile =================================================================== --- head/graphics/zathura/Makefile (revision 297305) +++ head/graphics/zathura/Makefile (revision 297306) @@ -1,65 +1,77 @@ # New ports collection makefile for: zathura # Date created: 29 June 2010 # Whom: Quentin Stievenart # # $FreeBSD$ # PORTNAME= zathura PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer -LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \ - cairo.2:${PORTSDIR}/graphics/cairo \ +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ girara-gtk2.0:${PORTSDIR}/x11-toolkits/girara USE_GNOME= glib20 gtk20 USE_GMAKE= yes +MAKE_ENV= SFLAGS="${STRIP}" FETCH_ARGS= -Fpr + +OPTIONS= SQLITE "Support sqlite database backend" off + +.include + +.if !defined(WITHOUT_SQLITE) +LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +MAKE_ENV+= WITH_SQLITE=1 +.else +MAKE_ENV+= WITH_SQLITE=0 +.endif .if !defined(NOPORTDOCS) BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils MAN1+= zathura.1 MAN5+= zathurarc.5 .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif post-patch: .SILENT ${REINPLACE_CMD} -e 's|man[15]|man/&|g' \ -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\ ${WRKSRC}/config.mk .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's|install-manpages$$||'\ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|RSTTOMAN ?= /usr/bin/rst2man|RSTTOMAN ?= ""|'\ ${WRKSRC}/config.mk .endif .if defined(WITHOUT_NLS) ${REINPLACE_CMD} -e '/-C po/d'\ ${WRKSRC}/Makefile .endif ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ -e 's/-lpthread/${PTHREAD_LIBS}/' \ -e 's/-lc//' \ -e 's/DL_LIB /#&/' \ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \ ${WRKSRC}/config.h \ ${WRKSRC}/zathurarc.5.rst post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/graphics/zathura/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/graphics/zathura-pdf-poppler/Makefile =================================================================== --- head/graphics/zathura-pdf-poppler/Makefile (revision 297305) +++ head/graphics/zathura-pdf-poppler/Makefile (revision 297306) @@ -1,27 +1,28 @@ # New ports collection makefile for: zathura-pdf-poppler # Date created: 23 April 2012 # Whom: Mike Krutov # # $FreeBSD$ # PORTNAME= zathura-pdf-poppler PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= neko@takino.org COMMENT= Poppler render PDF plugin for Zathura PDF viewer -LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura USE_GNOME= glib20 gtk20 USE_GMAKE= yes FETCH_ARGS= -Fpr PLIST_FILES= lib/zathura/pdf.so PLIST_DIRSTRY= lib/zathura .include Property changes on: head/graphics/zathura-pdf-poppler/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property