freebsd-ports/mail/popa3d-before-sendmail/Makefile
Martin Wilke 7bf1652bda - Stage support
- Convert few ports to USES
2014-02-02 14:33:37 +00:00

16 lines
272 B
Makefile

# $FreeBSD$
CATEGORIES= mail
MAINTAINER= ports@FreeBSD.org
WITH_SMTP_AFTER_POP3= yes
MASTERDIR?= ${.CURDIR}/../popa3d
OPTIONS_DEFAULT= SMTP_AFTER_POP3
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"