16 lines
303 B
Makefile
16 lines
303 B
Makefile
# New ports collection makefile for: popa3d-before-sendmail
|
|
# Date created:
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR?= ${.CURDIR}/../popa3d
|
|
|
|
SMTP_AFTER_POP3= yes
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|