aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fbm/Makefile
blob: a4c7610b22af3db7cf1b96645b33cf00dea735a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: giffunip@asme.org
# $FreeBSD$

PORTNAME=   fbm
PORTVERSION=    1.2
PORTREVISION=   5
CATEGORIES= graphics
MASTER_SITES=       ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/convert
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Fuzzy Pixmap Manipulation utilities

LIB_DEPENDS=    rle.1:${PORTSDIR}/graphics/urt

NO_WRKSUBDIR=   yes
NO_LATEST_LINK= yes

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 \
    uunet2fbm.l

NO_STAGE=   yes
.include <bsd.port.mk>