1996-10-15 04:52:41 +00:00
|
|
|
# New ports collection makefile for: fetchmail
|
1996-10-26 22:11:40 +00:00
|
|
|
# Version required: 1.9
|
|
|
|
# Date created: 26 Oct 1996
|
1996-10-15 04:52:41 +00:00
|
|
|
# Whom: Ville Eerola <ve@sci.fi>
|
|
|
|
#
|
1996-11-10 21:32:56 +00:00
|
|
|
# $Id$
|
1996-10-15 04:52:41 +00:00
|
|
|
#
|
|
|
|
|
1996-10-26 22:11:40 +00:00
|
|
|
DISTNAME= fetchmail-1.9
|
1996-11-10 21:32:56 +00:00
|
|
|
CATEGORIES= mail
|
1996-10-15 04:52:41 +00:00
|
|
|
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
|
|
|
|
|
|
|
|
MAINTAINER= ve@sci.fi
|
|
|
|
|
1996-11-10 21:32:56 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1996-10-15 04:52:41 +00:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/fetchmail.1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|