204b63edc9
defined in fetchmail.spec. This should make it easier for users to see if they've got the latest port installed.
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# New ports collection makefile for: fetchmail
|
|
# Version required: 1.9
|
|
# Date created: 26 Oct 1996
|
|
# Whom: Ville Eerola <ve@sci.fi>
|
|
#
|
|
# $Id: Makefile,v 1.3 1996/11/10 21:31:26 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= fetchmail-1.9
|
|
PKGNAME= fetchmail-1.9.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>
|