1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/graphics/zathura-djvu/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

31 lines
782 B
Makefile

# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
# $FreeBSD$
PORTNAME= zathura-djvu
PORTVERSION= 0.2.5
CATEGORIES= graphics
MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/
MAINTAINER= alexander.4mail@gmail.com
COMMENT= DjVu support for zathura
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura
PLIST_FILES= lib/zathura/djvu.so share/applications/zathura-djvu.desktop
USE_GNOME= glib20 gtk30
USES= compiler:c11 desktop-file-utils gmake pkgconfig
PLIST_FILES= lib/zathura/djvu.so \
share/applications/zathura-djvu.desktop
post-install:
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so
.include <bsd.port.mk>