diff options
author | rh <rh@pkgsrc.org> | 2000-08-03 19:20:43 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-03 19:20:43 +0000 |
commit | 068ac71d32dfd843f64ff35760b43920c829eeeb (patch) | |
tree | b4575d924412a141ba3438857945718f3f95d952 /graphics/fbm/Makefile | |
parent | 6a232708e02986259d9878ccb08be59eab52b254 (diff) | |
download | pkgsrc-068ac71d32dfd843f64ff35760b43920c829eeeb.tar.gz |
Conversion of FreeBSD port of fbm-1.2 to NetBSD package as provided in PR
pkg/10199 by Richard Rauch <rkr@rkr.kcnet.com> with PLIST fixes by myself.
Diffstat (limited to 'graphics/fbm/Makefile')
-rw-r--r-- | graphics/fbm/Makefile | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index 45d30f841d0..b548978c6ae 100644 --- a/graphics/fbm/Makefile +++ b/graphics/fbm/Makefile @@ -1,25 +1,13 @@ -# 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 $ -# +# $NetBSD: Makefile,v 1.1.1.2 2000/08/03 19:20:43 rh Exp $ +# FreeBSD Id: 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 +DISTNAME= fbm-1.2 +CATEGORIES= graphics converters +MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/graphics/convert/} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= packages@netbsd.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> +.include "../../mk/bsd.pkg.mk" |