mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
7bf1652bda
- Convert few ports to USES
17 lines
272 B
Makefile
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"
|