diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /mail/xfmail | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
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 |