Ticket #28278: Portfile

File Portfile, 1.3 KB (added by assemlal@…, 13 years ago)

Portfile

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              gmic
7version           1.4.8.0
8#licence                  CeCILL license (GPL-compatible)
9categories        science
10platforms         darwin
11maintainers       cim.mcgill.ca:assemlal
12description       G'MIC is an interpreter of image processing macros (stand-alone binary and GIMP plug-in).
13long_description  G'MIC stands for GREYC's Magic Image Converter. It is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets. This includes classical color images, but also more complex data as image sequences or 3D volumetric images. G'MIC has been designed with portability in mind and runs on different platforms (Windows, Unix, MacOSX).
14homepage          http://gmic.sourceforge.net/
15master_sites      sourceforge
16checksums         md5   7111c15347edc0a7444181af2b69cd9f
17depends_lib       port:opencv port:ffmpeg port:GraphicsMagick port:libpng port:jpeg \
18    port:tiff port:zlib port:openexr port:ilmbase port:fftw-3 \
19    lib:libX11.6:xorg port:gimp2
20distfiles         ${name}_${version}${extract.suffix}
21worksrcdir        ${distname}/src
22use_configure     no
23