openbsd-ports/mail/hypermail/Makefile
form 88ead615d7 remove FAKE=yes
GNU_CONFIGURE -> CONFIGURE_STYLE
2000-06-14 16:57:40 +00:00

27 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/01/10 14:35:22 hubertf Exp $
# $FreeBSD: ports/www/hypermail/Makefile,v 1.4 1999/08/31 02:42:53 peter Exp $
# $OpenBSD: Makefile,v 1.2 2000/06/14 16:57:40 form Exp $
DISTNAME= hypermail-2b29
CATEGORIES= mail www
NEED_VERSION= 1.301
MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \
ftp://ftp.faqs.org/hypermail/
HOMEPAGE= http://www.landfield.com/hypermail/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAINTAINER= form@openbsd.org
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hypermail
.include <bsd.port.mk>