1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

*** empty log message ***

This commit is contained in:
Chris D. Faulhaber 2001-04-24 22:46:53 +00:00
parent 224c56290e
commit 0cc76098d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41878
2 changed files with 22 additions and 2 deletions

View File

@ -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>

View File

@ -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>