Ticket #47892: Portfile

File Portfile, 1.1 KB (added by gnubeest (beest), 9 years ago)
Line 
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
4PortSystem              1.0
5
6name                    sxiv
7version                 1.3.1
8categories              graphics x11
9platforms               darwin
10maintainers             gmail.com:gnubeest \
11                        openmaintainer
12description             Simple X Image Viewer
13long_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.
14homepage                https://github.com/muennich/sxiv
15license                 GPL-2
16master_sites            https://github.com/muennich/sxiv/archive
17distfiles               v${version}${extract.suffix}
18checksums               sha256 9a30a1b036e1c17212128554709da3f2d65d3beaef2e0a73097af5e35cf11d0e
19depends_lib             port:imlib2 \
20                        port:libexif \
21                        port:giflib \
22                        port:xorg-libX11
23use_configure           no
24destroot.args           PREFIX=${prefix}