summaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
blob: d9a3801ff27a05b93b7cc7ff9f51a651f0690f55 (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
# New ports collection makefile for:	fetchmail
# Version required:	1.9
# Date created:		26 Oct 1996
# Whom:			Ville Eerola <ve@sci.fi>
#
# $Id $
#

DISTNAME=	fetchmail-1.9
CATEGORIES+=	mail
MASTER_SITES=	ftp://locke.ccil.org/pub/esr/

GNU_CONFIGURE=	yes

MAINTAINER=	ve@sci.fi

CONFIGURE_ENV+=	LDFLAGS="${CFLAGS}"

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/fetchmail.1
.endif

.include <bsd.port.mk>