freebsd-ports/mail/fetchmail/Makefile
Masafumi Max NAKANE 7716a3131d Upgrade, 1.8 -> 1.9.
Submitted by:	Ville Eerola <ve@sci.fi>
(Closing PR #1895.)
1996-10-26 22:11:40 +00:00

25 lines
430 B
Makefile

# 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>