blob: 8ce88a1a02ed0d5a4e67044b11c85b2d730925d1 (
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
|
# 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/
MAINTAINER= ve@sci.fi
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/fetchmail.1
.endif
.include <bsd.port.mk>
|