freebsd-ports/mail/procmail/Makefile

22 lines
487 B
Makefile
Raw Normal View History

1994-09-25 14:59:08 -04:00
# New ports collection makefile for: procmail
1995-06-13 18:40:05 -04:00
# Version required: 3.11pre3
1994-09-25 14:59:08 -04:00
# Date created: 24 September 1994
# Whom: adam
#
1995-06-13 18:40:05 -04:00
# $Id: Makefile,v 1.16 1995/04/22 12:35:37 asami Exp $
1994-09-25 14:59:08 -04:00
#
1995-06-13 18:40:05 -04:00
DISTNAME= procmail-3.11pre3
PKGNAME= procmail-3.11.3
CATEGORIES+= mail
1995-04-11 16:28:32 -04:00
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
1995-04-16 09:49:18 -04:00
MAINTAINER= ache@FreeBSD.ORG
1995-04-11 16:28:32 -04:00
1994-11-08 22:36:12 -05:00
IS_INTERACTIVE= yes
1994-09-25 14:59:08 -04:00
1995-04-22 08:35:37 -04:00
do-install:
@cd ${WRKSRC}; ${MAKE} install-suid install.man
1994-09-25 14:59:08 -04:00
.include <bsd.port.mk>