Ticket #47892: Portfile.2

File Portfile.2, 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
5PortGroup               github 1.0
6
7github.setup            muennich sxiv 1.3.1
8
9categories              graphics x11
10platforms               darwin
11maintainers             gmail.com:gnubeest \
12                        openmaintainer
13description             Simple X Image Viewer
14long_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.
15homepage                https://github.com/muennich/sxiv
16license                 GPL-2
17checksums               sha256 1803a6a338533728a2cf25af10311eaa6bfe406b626dd60b51983f2198b578d6
18depends_lib             port:imlib2 \
19                        port:libexif \
20                        port:giflib \
21                        port:xorg-libX11
22use_configure           no
23destroot.args           PREFIX=${prefix}