freebsd-ports/graphics/zathura-ps/Makefile
2015-02-01 21:43:46 +00:00

29 lines
753 B
Makefile

# $FreeBSD$
PORTNAME= zathura-ps
PORTVERSION= 0.2.2
CATEGORIES= graphics
MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/
MAINTAINER= mike.d.ft402@gmail.com
COMMENT= PostScript support for Zathura PDF viewer
LICENSE= zlib
LICENSE_NAME= zlib license
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
USES= desktop-file-utils gmake pkgconfig
USE_GNOME= glib20 gtk30
USE_OPENSSL= yes
PLIST_FILES= lib/zathura/ps.so share/applications/zathura-ps.desktop
post-install:
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so
.include <bsd.port.mk>