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

21 lines
466 B
Makefile
Raw Normal View History

1994-09-25 18:59:08 +00:00
# New ports collection makefile for: procmail
# Version required: 3.10
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.10 1995/03/05 04:18:05 jkh Exp $
1994-09-25 18:59:08 +00:00
#
DISTNAME= procmail-3.10
1994-09-25 18:59:08 +00:00
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
CATEGORIES+= mail
1994-11-09 03:36:12 +00:00
IS_INTERACTIVE= yes
1994-09-25 18:59:08 +00:00
install:
.if !defined(BATCH)
1994-09-25 18:59:08 +00:00
@echo "===> Installing for ${DISTNAME}"
@cd ${WRKSRC}; ${MAKE} install-suid install.man
.endif
1994-09-25 18:59:08 +00:00
.include <bsd.port.mk>