freebsd-ports/graphics/zathura-djvu/Makefile

24 lines
611 B
Makefile
Raw Normal View History

# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
# $FreeBSD$
PORTNAME= zathura-djvu
PORTVERSION= 0.2.2
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
USES= gmake pkgconfig
PLIST_FILES= lib/zathura/djvu.so
PLIST_DIRSTRY= lib/zathura
NO_STAGE= yes
.include <bsd.port.mk>