summaryrefslogtreecommitdiff
path: root/graphics/fbm/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-08-03 19:20:43 +0000
committerrh <rh>2000-08-03 19:20:43 +0000
commit62c6dd5eadaeafa36de5a9263c3038ab8aeecda5 (patch)
treeb4575d924412a141ba3438857945718f3f95d952 /graphics/fbm/Makefile
parente0024f5f62232df1dce6e2cbb056b8758a06fd6e (diff)
downloadpkgsrc-62c6dd5eadaeafa36de5a9263c3038ab8aeecda5.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/Makefile26
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"