summaryrefslogtreecommitdiff
path: root/mail/xfmail/Makefile
blob: c7642aff616e8d72361c5b9ba1369fac3faa78cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.1 1998/06/26 23:44:24 frueauf Exp $
#

DISTNAME=       xfmail-1.3
CATEGORIES=     mail x11
MASTER_SITES=	ftp://burka.netvision.net.il/pub/xfmail/

MAINTAINER=	root@garbled.net

DEPENDS+=	gdbm-1.7.3:../../databases/gdbm
DEPENDS+=	xpm-3.4j:../../graphics/xpm
DEPENDS+=       xforms-0.88:../../x11/xforms

ONLY_FOR_ARCHS=	arm32 i386 m68k sparc pc532

RESTRICTED=	"Selling this software requires permission of the authors."

USE_X11=	YES
GNU_CONFIGURE=	YES

post-install:
	${MKDIR} ${PREFIX}/share/doc/xfmail
	${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail

.include "../../mk/bsd.pkg.mk"