1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup muennich sxiv 1.3.1 |
---|
8 | |
---|
9 | categories graphics x11 |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:gnubeest \ |
---|
12 | openmaintainer |
---|
13 | description Simple X Image Viewer |
---|
14 | long_description sxiv is an alternative to feh and qiv. Its only dependencies besides xlib are imlib2, libexif and giflib. The primary goal for writing sxiv is to create an image viewer, which only has the most basic features required for fast image viewing (the ones I want). It has vi key bindings and works nicely with tiling window managers. Its code base should be kept small and clean to make it easy for you to dig into it and customize it for your needs. |
---|
15 | homepage https://github.com/muennich/sxiv |
---|
16 | license GPL-2 |
---|
17 | checksums sha256 1803a6a338533728a2cf25af10311eaa6bfe406b626dd60b51983f2198b578d6 |
---|
18 | depends_lib port:imlib2 \ |
---|
19 | port:libexif \ |
---|
20 | port:giflib \ |
---|
21 | port:xorg-libX11 |
---|
22 | use_configure no |
---|
23 | destroot.args PREFIX=${prefix} |
---|