blob: b67f3b85c864df2de7eccf6064fbaed02d9e1310 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: emil
# Date created: 21 April 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#
PORTNAME= emil
PORTVERSION= 2.1b9
CATEGORIES= mail
MASTER_SITES= ftp://ftp.uu.se/pub/unix/networking/mail/emil/ \
ftp://ftp.gwdg.de/pub/misc/emil/ \
ftp://ftp.funet.fi/pub/unix/mail/emil/ \
ftp://ftp.enst.fr/pub/unix/network/mail/ \
ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.uu.se/pub/unix/networking/mail/emil/
DISTNAME= ${PORTNAME}-2.1.0-beta9
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= emil.1 emil.cf.1
.if defined(NOPORTDOCS)
MAKE_ENV= NOPORTDOCS=${NOPORTDOCS}
.endif
.include <bsd.port.mk>
|