diff options
author | rh <rh@pkgsrc.org> | 2000-08-03 19:18:53 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-03 19:18:53 +0000 |
commit | 6a232708e02986259d9878ccb08be59eab52b254 (patch) | |
tree | ed3e982395665ba7c819b6068ded4f7dae1c338c /graphics/fbm/Makefile | |
parent | 6346472014f988745df7177e93405cc1c60feaba (diff) | |
download | pkgsrc-6a232708e02986259d9878ccb08be59eab52b254.tar.gz |
Initial import of the FreeBSD fbm-1.2 port, a set of Fuzzy Pixmap
Manipulation utilities.
Diffstat (limited to 'graphics/fbm/Makefile')
-rw-r--r-- | graphics/fbm/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile new file mode 100644 index 00000000000..45d30f841d0 --- /dev/null +++ b/graphics/fbm/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: fbm +# Date created: 21 January 1998 +# Whom: giffunip@asme.org +# +# $FreeBSD: ports/graphics/fbm/Makefile,v 1.5 2000/04/29 23:54:02 steve Exp $ +# + +PORTNAME= fbm +PORTVERSION= 1.2 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/graphics/convert +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +NO_WRKSUBDIR= 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 + +.include <bsd.port.mk> |