freebsd-ports/net/py-samba/Makefile
Vsevolod Stakhov 390d6f7467 Update to 3.0.20 slave ports of net/samba3.
PR:		85278
Submitted by:	Timur I. Bakeyev (maintainer)
Approved by:	perky (mentor)
2005-09-11 19:44:52 +00:00

51 lines
1.1 KiB
Makefile

# New ports collection makefile for: samba-python
# Date created: 01 May 2004
# Whom: Timur Bakeyev <timur@gnu.org>
#
# $FreeBSD$
#
PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= Python bindings for Samba
CONFLICTS=
SAMBA_PORT= samba3
SAMBA_SUBPORT= yes
MASTERDIR= ${.CURDIR}/../${SAMBA_PORT}
PKGDIR= ${.CURDIR}
USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
PYSETUP= python/setup.py
CONFIGURE_ARGS+= --with-python
# This is taken from SAMBA_PORT(grep without)
CONFIGURE_ARGS+= --disable-cups
CONFIGURE_ARGS+= --without-libsmbclient
CONFIGURE_ARGS+= --without-syslog
CONFIGURE_ARGS+= --without-quotas
CONFIGURE_ARGS+= --without-utmp
CONFIGURE_ARGS+= --without-winbind
CONFIGURE_ARGS+= --without-ldapsam
CONFIGURE_ARGS+= --without-pam_smbpass
CONFIGURE_ARGS+=--without-krb5
CONFIGURE_ARGS+=--without-ads
do-build:
cd ${WRKSRC} && ${MAKE} proto
cd ${WRKSRC} && ${MAKE} python_ext
post-install:
-@${MKDIR} ${EXAMPLESDIR}
@${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
@${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* ${EXAMPLESDIR}
.include "${MASTERDIR}/Makefile"