1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/graphics/zathura-ps/Makefile
Dmitry Marakasov ea4f416f01 - Use standard ZLIB license
PR:		206269
Submitted by:	amdmi3
Approved by:	mike.d.ft402@gmail.com (maintainer)
2016-01-24 11:56:05 +00:00

28 lines
689 B
Makefile

# $FreeBSD$
PORTNAME= zathura-ps
PORTVERSION= 0.2.3
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_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
USES= compiler:c11 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>