mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Use new options helpers
This commit is contained in:
parent
14a769e8ca
commit
db2fbeba1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320995
1 changed files with 2 additions and 5 deletions
|
@ -14,8 +14,10 @@ MAINTAINER= bdrewery@FreeBSD.org
|
||||||
COMMENT= Tools for passing mail across serial links
|
COMMENT= Tools for passing mail across serial links
|
||||||
|
|
||||||
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
|
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
|
||||||
|
UCSPI_SSL_RUN_DEPENDS= sslclient:${PORTSDIR}/sysutils/ucspi-ssl
|
||||||
|
|
||||||
USES= qmail:run
|
USES= qmail:run
|
||||||
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
RESTRICTED= Unsure of DJB license
|
RESTRICTED= Unsure of DJB license
|
||||||
|
|
||||||
|
@ -40,12 +42,7 @@ PATCH_DIST_STRIP= -p1
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MUCSPI_SSL}
|
.if ${PORT_OPTIONS:MUCSPI_SSL}
|
||||||
RUN_DEPENDS+= sslclient:${PORTSDIR}/sysutils/ucspi-ssl
|
|
||||||
|
|
||||||
MLINKS+= maildirsmtp.1 maildirsmtps.1
|
MLINKS+= maildirsmtp.1 maildirsmtps.1
|
||||||
PLIST_SUB+= UCSPI_SSL=""
|
|
||||||
.else
|
|
||||||
PLIST_SUB+= UCSPI_SSL="@comment "
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue