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

18 lines
426 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.8 1994/11/19 12:29:15 ats 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/
1994-11-09 03:36:12 +00:00
IS_INTERACTIVE= yes
1994-09-25 18:59:08 +00:00
install:
@echo "===> Installing for ${DISTNAME}"
@cd ${WRKSRC}; ${MAKE} install-suid install.man
1994-09-25 18:59:08 +00:00
.include <bsd.port.mk>