mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ad74428818
And clean up variable ordering (as shown in the handbook) as little.
24 lines
427 B
Makefile
24 lines
427 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/
|
|
|
|
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>
|