09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
34 lines
908 B
Makefile
34 lines
908 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zathura-ps
|
|
PORTVERSION= 0.2.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \
|
|
http://www.madpilot.net/~mad/pwmt.org/
|
|
|
|
MAINTAINER= mike.d.ft402@gmail.com
|
|
COMMENT= PostScript support for Zathura PDF viewer
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libspectre.so:print/libspectre
|
|
BUILD_DEPENDS= zathura:graphics/zathura
|
|
RUN_DEPENDS= zathura:graphics/zathura
|
|
|
|
USES= meson ninja compiler:c11 desktop-file-utils pkgconfig ssl tar:xz
|
|
USE_GNOME= glib20 gtk30
|
|
|
|
PLIST_FILES= lib/zathura/libps.so \
|
|
share/applications/org.pwmt.zathura-ps.desktop \
|
|
share/appdata/org.pwmt.zathura-ps.metainfo.xml
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/libps.so
|
|
|
|
.include <bsd.port.mk>
|