---
name: tifmerge
version: 1.0_1
origin: graphics/tifmerge
comment: Library to merge TIFF files into multi-page TIFF files
arch: freebsd:9:x86:64
www: http://www.whizkidtech.redprince.net/fports/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 10740
desc: "Library to convert TIFF files into multi-page TIFF files. It contains only
  one\nfunction callable by programs:\n\n\tint TiffAppend(const char *outfile, const
  char *infile);\n\nIt will insert images from infile as additional pages to outfile.
  Infile\nand outfile must be names of two existing TIFF files.\n\nThe function returns
  0 on success, non-0 otherwise.\n\nThe code for this library was written by Peter
  van Vloten <pixelpan@aol.com>\nand was published in May 1999 issue of Windows Developer's
  Journal (sic!).\n\nWWW: http://www.whizkidtech.redprince.net/fports/\n"
categories: [graphics]
files:
  /usr/local/include/tifmerge.h: ad2179caa9b367674170dbf07613f0ed9af35409fd61806d92931563aff53261
  /usr/local/lib/libtifmerge.a: a72c2cfdef5c15b38e371006011bda1fe121dbfecbce0c6b207a50ab473ae664
  /usr/local/lib/libtifmerge.so: '-'
  /usr/local/lib/libtifmerge.so.1: dad8d88bd9b14b4f407d3710ea433e71a116d6a7b2adf38ad97b62de2ca85407
  /usr/local/man/man3/tifmerge.3.gz: 18a32c574efb5920932fc2385af54c80b6b1c4d218d54b455e7ff74e33684c60
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
