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-09-25 18:59:08 +00:00

17 lines
347 B
Makefile

# New ports collection makefile for: procmail
# Version required: 3.10
# Date created: 24 September 1994
# Whom: adam
#
# $Id$
#
DISTNAME= procmail-3.10pre3
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
install:
@echo "===> Installing for ${DISTNAME}"
@cd ${WRKSRC}; ${MAKE} install-suid
.include <bsd.port.mk>