mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
270e57af77
Submitted by: marck (Dmitry Morozovsky)
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# New ports collection makefile for: popa3d-before-sendmail
|
|
# Date created: 13.Jan 2003
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
WITH_SMTP_AFTER_POP3= yes
|
|
MASTERDIR?= ${.CURDIR}/../popa3d
|
|
|
|
OPTIONS?= SMTP_AFTER_POP3 "Enable SMTP-after-POP mode" on \
|
|
STANDALONE_POP3 "Enable standalone server mode" off \
|
|
SETPROCTITLE "Enable setproctitle mode" off
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|