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

Collapse All | Expand All

(-)graphics/zathura-ps/Makefile (+31 lines)
Line 0 Link Here
1
# Created by: ?
2
# $FreeBSD$
3
4
PORTNAME=	zathura-ps
5
PORTVERSION=	0.2.2
6
CATEGORIES=	graphics
7
MASTER_SITES=	http://pwmt.org/projects/zathura-ps/download/
8
9
MAINTAINER=	mike.d.ft402@gmail.com
10
COMMENT=	PostScript support for Zathura PDF viewer
11
12
LICENSE=	zlib
13
LICENSE_NAME=	zlib license
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
16
17
LIB_DEPENDS=	libspectre.so:${PORTSDIR}/print/libspectre
18
BUILD_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura\
19
	libspectre.so:${PORTSDIR}/print/libspectre
20
RUN_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
21
22
USES=		desktop-file-utils gmake pkgconfig
23
USE_GNOME=	glib20 gtk30
24
USE_OPENSSL=	yes
25
26
PLIST_FILES=	lib/zathura/ps.so share/applications/zathura-ps.desktop
27
28
post-install:
29
	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so
30
31
.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 (+4 lines)
Line 0 Link Here
1
The zathura-ps plugin adds PostScript support to zathura by using the
2
libspectre library.
3
4
WWW: http://pwmt.org/projects/zathura-ps/

Return to bug 196459