openbsd-ports/mail/xfmail/Makefile

29 lines
656 B
Makefile
Raw Normal View History

2000-03-05 13:30:21 -05:00
# $OpenBSD: Makefile,v 1.6 2000/03/05 18:30:34 espie Exp $
# $NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp $
#
DISTNAME= xfmail-1.3
CATEGORIES= mail x11
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/
MAINTAINER= ports@openbsd.org
2000-03-05 13:30:21 -05:00
LIB_DEPENDS+= forms:x11/xforms
1998-07-09 03:12:02 -04:00
ONLY_FOR_ARCHS= i386 sparc m68k hp300
RESTRICTED= "Selling this software requires permission of the authors."
2000-03-05 13:30:21 -05:00
USE_X11= Yes
GNU_CONFIGURE= Yes
pre-configure:
@cp -f ${FILESDIR}/config.cache ${WRKSRC}
post-install:
mkdir -p ${PREFIX}/share/doc/xfmail
${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail
.include <bsd.port.mk>