aboutsummaryrefslogtreecommitdiff
path: root/graphics/djvulibre
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-06 01:20:49 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-06 01:20:49 +0000
commite06bcd320d9886df15e4c64549e227aa8c45ab5a (patch)
treeedf10ed2977645f910e7d624c728c316c8ca7060 /graphics/djvulibre
parenteb76055960c952be94b4f153a6cbcf99dbc88518 (diff)
downloadports-e06bcd320d9886df15e4c64549e227aa8c45ab5a.tar.gz
ports-e06bcd320d9886df15e4c64549e227aa8c45ab5a.zip
graphics/djvulibre: cleanup, assign maintainer
PR: 233662 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Notes
Notes: svn path=/head/; revision=489428
Diffstat (limited to 'graphics/djvulibre')
-rw-r--r--graphics/djvulibre/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile
index f748272b9035..c17ddec053ef 100644
--- a/graphics/djvulibre/Makefile
+++ b/graphics/djvulibre/Makefile
@@ -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,20 +15,20 @@ 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*
-
-PORTDOCS= *.djvu *.pdf *.txt
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DESKTOPFILES DOCS ANY2DJVU
OPTIONS_DEFAULT= DESKTOPFILES
@@ -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: