mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6e3631c9da
PR: 15130 Submitted by: Will Andrews <andrews@technologist.com>
24 lines
478 B
Makefile
24 lines
478 B
Makefile
# New ports collection makefile for: hypermail
|
|
# Version required: 2b28
|
|
# Date created: 23 Dec 1997
|
|
# Whom: mjhsieh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= hypermail-${HYPERMAIL_VERSION}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \
|
|
ftp://ftp.faqs.org/hypermail/
|
|
|
|
MAINTAINER= veers@disturbed.net
|
|
|
|
HYPERMAIL_VERSION= 2b28
|
|
WRKSRC= ${WRKDIR}/hypermail-${HYPERMAIL_VERSION}
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN1= hypermail.1
|
|
MAN4= hmrc.4
|
|
|
|
.include <bsd.port.mk>
|