blob: e1f575096ff9f82f69bc9a84e9a347e52507211e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|