mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
13 lines
189 B
Makefile
13 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WITH_SMTP_AFTER_POP3= yes
|
|
MASTERDIR?= ${.CURDIR}/../popa3d
|
|
|
|
OPTIONS_DEFAULT= SMTP_AFTER_POP3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|