1998-02-20 03:31:23 +01:00
|
|
|
# New ports collection makefile for: fbm
|
|
|
|
# Date created: 21 January 1998
|
|
|
|
# Whom: giffunip@asme.org
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-02-20 03:31:23 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= fbm
|
|
|
|
PORTVERSION= 1.2
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
1998-02-20 03:31:23 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= apps/graphics/convert
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Fuzzy Pixmap Manipulation utilities
|
1998-02-20 03:31:23 +01:00
|
|
|
|
2006-04-30 16:50:54 +02:00
|
|
|
LIB_DEPENDS= rle.1:${PORTSDIR}/graphics/urt
|
|
|
|
|
1998-02-20 03:31:23 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2004-03-08 11:51:20 +01:00
|
|
|
NO_LATEST_LINK= yes
|
1998-02-20 03:31:23 +01:00
|
|
|
|
2000-04-30 01:54:07 +02:00
|
|
|
MANL= clr2gray.l fbcat.l fbclean.l fbconv.l fbedge.l fbext.l fbhalf.l \
|
|
|
|
fbham.l fbhist.l fbinfo.l fbm.l fbm2pod.l fbmask.l fbmedian.l \
|
|
|
|
fbnorm.l fbps.l fbquant.l fbrot.l fbsample.l fbsharp.l fbthin.l \
|
|
|
|
gray2clr.l idiff.l pbm2ps.l pbmtitle.l qrt2fbm.l raw2fbm.l tiff2fbm.l \
|
2001-12-24 11:37:45 +01:00
|
|
|
uunet2fbm.l
|
1998-02-20 03:31:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|