freebsd-ports/graphics/O2-tools/Makefile
Dmitry Marakasov deb2b3f8ab Huge image processing tools and libraries.
Most of the programs in this package were designed carefully to
  avoid slowing down even for huge images, e.g. 3300x4700.  I hope
  you will find them better.

  This package contains following programs:
    bmptopnm-O2 (bmptopnm in original distribution)
             - convert a BMP(DIB) file into a portable anymap
    breduce  - read a portable bitmap and reduce it N times
    makecr   - create circumscribing rectangles (bounding box) in an
               image
    makepr   - create Primitive Rectangles in an image
    prlst2ps - produce  PostScript  data  from  rectangle/line-
               segment data
    lpsmooth - smooth an image preserving thin lines

WWW: http://www.imglab.org/p/O2/

PR:		134719
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 22:34:51 +00:00

22 lines
496 B
Makefile

# New ports collection makefile for: O2-tools
# Date created: 2009-05-20
# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com>
#
# $FreeBSD$
#
PORTNAME= O2-tools
PORTVERSION= 2.00
CATEGORIES= graphics
MASTER_SITES= http://www.imglab.org/p/O2/archives/
MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= Huge image processing tools and libraries
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
MAN1= bmptopnm-O2.1 breduce.1 lpsmooth.1 makecr.1 makepr.1 prlst2ps.1
MAN4= d4file.4
.include <bsd.port.mk>