diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-09 22:28:45 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-09 22:28:45 +0000 |
commit | 4eedbad42884fc82df814a1fd3bb28e54c0fbe2e (patch) | |
tree | 1a1bf8133c33bc539abd1577ab5203aa64e6af97 /graphics/zathura-djvu | |
parent | bc190366131a3ead7945242020f809550fe56895 (diff) |
Notes
Diffstat (limited to 'graphics/zathura-djvu')
-rw-r--r-- | graphics/zathura-djvu/Makefile | 26 | ||||
-rw-r--r-- | graphics/zathura-djvu/distinfo | 2 | ||||
-rw-r--r-- | graphics/zathura-djvu/pkg-descr | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile new file mode 100644 index 000000000000..e0b3441226fa --- /dev/null +++ b/graphics/zathura-djvu/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: zathura-djvu +# Date created: 08 July 2012 +# Whom: Alexander Y. Grigoryev <alexander.4mail@gmail.com> +# +# $FreeBSD$ + +PORTNAME= zathura-djvu +PORTVERSION= 0.1.1 +CATEGORIES= graphics +MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ + +MAINTAINER= alexander.4mail@gmail.com +COMMENT= The zathura-djvu plugin adds DjVu support to zathura + +LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre +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/djvu.so +PLIST_DIRSTRY= lib/zathura + +.include <bsd.port.mk> diff --git a/graphics/zathura-djvu/distinfo b/graphics/zathura-djvu/distinfo new file mode 100644 index 000000000000..1ef93e44821f --- /dev/null +++ b/graphics/zathura-djvu/distinfo @@ -0,0 +1,2 @@ +SHA256 (zathura-djvu-0.1.1.tar.gz) = 04adad7bf1bb392eae4b7b856fe7d40a137f8185ac274289df922758ae827172 +SIZE (zathura-djvu-0.1.1.tar.gz) = 8392 diff --git a/graphics/zathura-djvu/pkg-descr b/graphics/zathura-djvu/pkg-descr new file mode 100644 index 000000000000..3e9b1de85015 --- /dev/null +++ b/graphics/zathura-djvu/pkg-descr @@ -0,0 +1,4 @@ +Zathura plugin to view DJVU with djvulibre + + +WWW: http://pwmt.org/projects/zathura/plugins/ |