diff options
Diffstat (limited to 'mail/xfmail/Makefile')
-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 |