1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/fetchmail/Makefile
Masafumi Max NAKANE 75d64b6f76 Upgrade, 2.8 -> 3.2.
(It looks like the bug with v.3.1 has been fixed.)
Tested by:	scrappy
1997-01-29 02:48:26 +00:00

20 lines
400 B
Makefile

# New ports collection makefile for: fetchmail
# Version required: 3.2
# Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi>
#
# $Id: Makefile,v 1.16 1997/01/25 18:51:45 max Exp $
#
DISTNAME= fetchmail-3.2
CATEGORIES= mail
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MAINTAINER= ve@sci.fi
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
MAN1= fetchmail.1
.include <bsd.port.mk>