mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
*** empty log message ***
This commit is contained in:
parent
224c56290e
commit
0cc76098d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41878
@ -36,10 +36,20 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
|
||||
--with-sambabook=${PREFIX}/share/swat/using_samba \
|
||||
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
|
||||
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ACL_SUPPORT)
|
||||
.if ${OSVERSION} < 500018
|
||||
BROKEN= "Requires a recent FreeBSD 5.0-CURRENT"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-acl-support
|
||||
.endif
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
||||
|
||||
MAN1= findsmb.1 make_smbcodepage.1 rpcclient.1 make_unicodemap.1 \
|
||||
@ -114,4 +124,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${PREFIX}/share/doc/samba/README.swat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -36,10 +36,20 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
|
||||
--with-sambabook=${PREFIX}/share/swat/using_samba \
|
||||
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
|
||||
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ACL_SUPPORT)
|
||||
.if ${OSVERSION} < 500018
|
||||
BROKEN= "Requires a recent FreeBSD 5.0-CURRENT"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-acl-support
|
||||
.endif
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
||||
|
||||
MAN1= findsmb.1 make_smbcodepage.1 rpcclient.1 make_unicodemap.1 \
|
||||
@ -114,4 +124,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${PREFIX}/share/doc/samba/README.swat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user