blob: d5544c3a505a9492d14668eb6c48bf4b88f9148e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hypermail
# Date created: 23 Dec 1997
# Whom: mjhsieh
#
# $FreeBSD$
#
PORTNAME= hypermail
PORTVERSION= 2b30
CATEGORIES= www
MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \
ftp://ftp.faqs.org/hypermail/
MAINTAINER= veers@disturbed.net
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/hypermail
MAN1= hypermail.1
MAN4= hmrc.4
.include <bsd.port.mk>
|