1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/mail/procmail/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

21 lines
466 B
Makefile

# 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 $
#
DISTNAME= procmail-3.10
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
CATEGORIES+= mail
IS_INTERACTIVE= yes
install:
.if !defined(BATCH)
@echo "===> Installing for ${DISTNAME}"
@cd ${WRKSRC}; ${MAKE} install-suid install.man
.endif
.include <bsd.port.mk>