1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/mail/procmail/Makefile
1994-11-09 03:36:12 +00:00

18 lines
480 B
Makefile

# New ports collection makefile for: procmail
# Version required: 3.10
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.6 1994/10/12 09:26:40 adam Exp $
#
DISTNAME= procmail-3.10pre5
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
IS_INTERACTIVE= yes
install:
@echo "===> Installing for ${DISTNAME}"
@cd ${WRKSRC}; ${MAKE} MANCOMPRESS=gzip MAN1SUFFIX=1.gz MAN5SUFFIX=5.gz install-suid install.man
.include <bsd.port.mk>