[128416] trunk/dports/graphics/imlib2/Portfile
devans at macports.org
devans at macports.org
Thu Nov 20 14:04:36 PST 2014
Revision: 128416
https://trac.macports.org/changeset/128416
Author: devans at macports.org
Date: 2014-11-20 14:04:36 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
imlib2: add mode line and retab, white space only.
Modified Paths:
--------------
trunk/dports/graphics/imlib2/Portfile
Modified: trunk/dports/graphics/imlib2/Portfile
===================================================================
--- trunk/dports/graphics/imlib2/Portfile 2014-11-20 22:02:22 UTC (rev 128415)
+++ trunk/dports/graphics/imlib2/Portfile 2014-11-20 22:04:36 UTC (rev 128416)
@@ -1,53 +1,50 @@
+# -*- 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 imlib2
+version 1.4.5
+revision 4
+categories graphics devel
+license Permissive
+platforms darwin
+maintainers nomaintainer
+description Image loading and rendering library
-name imlib2
-version 1.4.5
-revision 4
-categories graphics devel
-license Permissive
-platforms darwin
-maintainers nomaintainer
-description Image loading and rendering library
+long_description Imlib is a general Image loading and rendering library designed to make \
+ the task of loading images, and obtaining X-Windows drawables a simple \
+ task, as well as a quick one. It also aims to provide simple \
+ manipulation routines that might be desired for common operations.
-long_description \
- Imlib is a general Image loading and rendering library designed to make \
- the task of loading images, and obtaining X-Windows drawables a simple \
- task, as well as a quick one. It also aims to provide simple \
- manipulation routines that might be desired for common operations.
+homepage http://docs.enlightenment.org/api/imlib2/html/
+master_sites sourceforge:enlightenment
-homepage http://docs.enlightenment.org/api/imlib2/html/
-master_sites sourceforge:enlightenment
-
checksums md5 8406786d3852b1b1322c2e4bee3c9e5c \
sha1 a4c0329d152fff9cb87463709f0e4b54cf1f6121 \
rmd160 efc669592971c9b5dd3cd8959bdcafa41c9f1ece
-depends_build \
- port:pkgconfig
+depends_build port:pkgconfig
-depends_lib \
- port:bzip2 \
- port:giflib \
- port:libid3tag \
- port:libpng \
- port:jpeg \
- port:freetype \
- port:tiff \
- port:xorg-libsm \
- port:xorg-libX11 \
- port:xorg-libXext \
- port:zlib
+depends_lib port:bzip2 \
+ port:giflib \
+ port:libid3tag \
+ port:libpng \
+ port:jpeg \
+ port:freetype \
+ port:tiff \
+ port:xorg-libsm \
+ port:xorg-libX11 \
+ port:xorg-libXext \
+ port:zlib
-patchfiles automake.patch
+patchfiles automake.patch
-use_autoreconf yes
-autoreconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fvi
-configure.args \
- --disable-amd64
+configure.args --disable-amd64
post-destroot {
set docdir ${prefix}/share/doc/${name}
@@ -64,4 +61,4 @@
configure.args-append --disable-mmx
}
-livecheck.distname ${name}-src
+livecheck.distname ${name}-src
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/a5896700/attachment.html>
More information about the macports-changes
mailing list