16 lines
493 B
Makefile
16 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/02/17 17:22:08 wiz Exp $
|
|
# FreeBSD Id: ports/www/hypermail/Makefile,v 1.4 1999/08/31 02:42:53 peter Exp
|
|
|
|
DISTNAME= hypermail-20b3
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \
|
|
ftp://ftp.faqs.org/hypermail/
|
|
|
|
MAINTAINER= bouyer@netbsd.org
|
|
HOMEPAGE= http://www.landfield.com/hypermail/
|
|
COMMENT= Program to generate a cross-referenced HTML mail archive
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|