View | Details | Raw Unified | Return to bug 196438 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/zathura-ps/Makefile (+26 lines)
Line 0 Link Here
1
PORTNAME=	zathura-ps
2
PORTVERSION=	0.2.2
3
CATEGORIES=	graphics
4
MASTER_SITES=	http://pwmt.org/projects/zathura-ps/download/
5
6
MAINTAINER=	udvzsolt@gmail.com
7
COMMENT=	PostScript support for Zathura PDF viewer
8
9
LICENSE=	pwmt
10
LICENSE_NAME=	pwmt license
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
13
14
LIB_DEPENDS=    libspectre.so:${PORTSDIR}/print/libspectre
15
BUILD_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura\
16
	libspectre.so:${PORTSDIR}/print/libspectre
17
RUN_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
18
19
USES=		desktop-file-utils gmake pkgconfig
20
USE_GNOME=	glib20 gtk30
21
USE_OPENSSL=	yes
22
23
post-install:
24
	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so
25
26
.include <bsd.port.mk>
(-)graphics/zathura-ps/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8
2
SIZE (zathura-ps-0.2.2.tar.gz) = 5793
(-)graphics/zathura-ps/pkg-descr (+3 lines)
Line 0 Link Here
1
The zathura-ps plugin adds PostScript support to zathura by using the libspectre library.
2
3
WWW: http://pwmt.org/projects/zathura-ps/
(-)graphics/zathura-ps/pkg-plist (+2 lines)
Line 0 Link Here
1
lib/zathura/ps.so
2
share/applications/zathura-ps.desktop

Return to bug 196438