Revision: 77389 http://trac.macports.org/changeset/77389 Author: ryandesign@macports.org Date: 2011-03-29 00:53:23 -0700 (Tue, 29 Mar 2011) Log Message: ----------- qiv: adjust whitespace / formatting and add modeline Modified Paths: -------------- trunk/dports/graphics/qiv/Portfile Modified: trunk/dports/graphics/qiv/Portfile =================================================================== --- trunk/dports/graphics/qiv/Portfile 2011-03-29 07:49:38 UTC (rev 77388) +++ trunk/dports/graphics/qiv/Portfile 2011-03-29 07:53:23 UTC (rev 77389) @@ -1,17 +1,20 @@ +# -*- 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 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name qiv -version 2.2.3 -revision 1 -categories graphics -platforms darwin -maintainers hilaiel.com:lloyd -description A very small and pretty fast gdk/Imlib image viewer -long_description A very small and pretty fast gdk/Imlib image viewer \ - for X. +name qiv +version 2.2.3 +revision 1 +categories graphics +platforms darwin +maintainers hilaiel.com:lloyd +description A very small and pretty fast gdk/Imlib image viewer + +long_description A very small and pretty fast gdk/Imlib image viewer \ + for X. + homepage http://spiegl.de/qiv/ master_sites ${homepage}download/ extract.suffix .tgz @@ -21,14 +24,14 @@ depends_lib port:imlib2 port:file -use_configure no +patchfiles patch-Makefile.diff -patchfiles patch-Makefile.diff - post-patch { reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile } +use_configure no + build.args CC="${configure.cc} ${configure.cc_archflags}" livecheck.type regex
participants (1)
-
ryandesign@macports.org