27 lines
719 B
Makefile
27 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.8 1999/11/23 16:26:13 hubertf Exp $
|
|
#
|
|
|
|
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
|
|
|
|
DEPENDS+= gdbm-1.7.3:../../databases/gdbm \
|
|
xpm-3.4k:../../graphics/xpm \
|
|
xforms-0.88:../../x11/xforms
|
|
|
|
ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k
|
|
|
|
RESTRICTED= "Selling this software requires permission of the authors."
|
|
NO_CDROM= ${RESTRICTED}
|
|
|
|
USE_X11BASE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/xfmail
|
|
${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|