Date: Sun, 6 Jan 2019 01:20:49 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489428 - head/graphics/djvulibre Message-ID: <201901060120.x061KniW050818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Jan 6 01:20:49 2019 New Revision: 489428 URL: https://svnweb.freebsd.org/changeset/ports/489428 Log: graphics/djvulibre: cleanup, assign maintainer PR: 233662 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Modified: head/graphics/djvulibre/Makefile (contents, props changed) Modified: head/graphics/djvulibre/Makefile ============================================================================== --- head/graphics/djvulibre/Makefile Sun Jan 6 01:11:32 2019 (r489427) +++ head/graphics/djvulibre/Makefile Sun Jan 6 01:20:49 2019 (r489428) @@ -3,11 +3,11 @@ PORTNAME= djvulibre PORTVERSION= 3.5.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= phascolarctos@protonmail.ch COMMENT= DjVu base libraries and utilities LICENSE= GPLv2+ @@ -15,21 +15,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff +USES= cpe gmake iconv jpeg libtool +USE_LDCONFIG= yes + +CPE_VENDOR= djvulibre_project + +PORTDOCS= *.djvu *.pdf *.txt + INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig" CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ JPEG_LIBS="-L${LOCALBASE}/lib -ljpeg" \ TIFF_CFLAGS="-I${LOCALBASE}/include" \ TIFF_LIBS="-L${LOCALBASE}/lib -ltiff" -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -USES= cpe gmake iconv jpeg libtool -CPE_VENDOR= djvulibre_project -USE_LDCONFIG= yes -CONFLICTS= djvulibre-nox11-3* +LDFLAGS+= -L${LOCALBASE}/lib -PORTDOCS= *.djvu *.pdf *.txt - OPTIONS_DEFINE= DESKTOPFILES DOCS ANY2DJVU OPTIONS_DEFAULT= DESKTOPFILES OPTIONS_SUB= yes @@ -38,7 +38,7 @@ ANY2DJVU_DESC= Install any2djvu script (requires curl ANY2DJVU_RUN_DEPENDS= curl:ftp/curl DESKTOPFILES_DESC= Install icons and mime types DESKTOPFILES_CONFIGURE_ENABLE= desktopfiles -DESKTOPFILES_USES= shared-mime-info +DESKTOPFILES_USES= gnome shared-mime-info DESKTOPFILES_VARS= INSTALLS_ICONS=yes post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901060120.x061KniW050818>