1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/fetchmail/Makefile

24 lines
427 B
Makefile
Raw Normal View History

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