1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
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

17 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"