WWW: http://pwmt.org/projects/zathura/plugins/ PR: ports/169721 Submitted by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
26 lines
688 B
Makefile
26 lines
688 B
Makefile
# 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>
|