From 5c60ed579430954635a901b457a1fe4128eaca47 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 May 1999 20:39:35 +0000 Subject: Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM pattern match format. Minor pkglint along the way. --- mail/xfmail/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'mail/xfmail') diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index ce24ec32455..cbffbf1f743 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.5 1999/01/30 23:18:51 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:44 tv Exp $ # -DISTNAME= xfmail-1.3 -CATEGORIES= mail x11 -MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ +DISTNAME= xfmail-1.3 +CATEGORIES= mail x11 +MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ -MAINTAINER= root@garbled.net -HOMEPAGE= http://Burka.NetVision.net.il/xfmail/xfmail.html +MAINTAINER= root@garbled.net +HOMEPAGE= http://Burka.NetVision.net.il/xfmail/xfmail.html -DEPENDS+= gdbm-1.7.3:../../databases/gdbm -DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= xforms-0.88:../../x11/xforms +DEPENDS+= gdbm-1.7.3:../../databases/gdbm \ + xpm-3.4k:../../graphics/xpm \ + xforms-0.88:../../x11/xforms -ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k +ONLY_FOR_PLATFORM= *-*-{arm32,i386,m68k,sparc,ns32k} -RESTRICTED= "Selling this software requires permission of the authors." +RESTRICTED= "Selling this software requires permission of the authors." -USE_X11BASE= YES -GNU_CONFIGURE= YES +USE_X11BASE= YES +GNU_CONFIGURE= YES post-install: ${MKDIR} ${PREFIX}/share/doc/xfmail -- cgit v1.2.3