2003-01-13 06:03:42 +00:00
|
|
|
# New ports collection makefile for: popa3d-before-sendmail
|
2003-04-04 17:52:39 +00:00
|
|
|
# Date created: 13.Jan 2003
|
2003-01-13 06:03:42 +00:00
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-04-04 17:52:39 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-01-13 06:03:42 +00:00
|
|
|
|
2006-07-25 11:28:53 +00:00
|
|
|
WITH_SMTP_AFTER_POP3= yes
|
2003-04-04 17:52:39 +00:00
|
|
|
MASTERDIR?= ${.CURDIR}/../popa3d
|
2003-01-13 06:03:42 +00:00
|
|
|
|
2006-07-26 18:45:08 +00:00
|
|
|
OPTIONS?= SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on \
|
|
|
|
STANDALONE_POP3 "Enable standalone server mode" off \
|
|
|
|
SETPROCTITLE "Enable setproctitle mode" off
|
2006-07-25 11:28:53 +00:00
|
|
|
|
2003-01-13 06:03:42 +00:00
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
|
|
.include "${.CURDIR}/Makefile.local"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|