23 lines
496 B
Makefile
23 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>
|