# New ports collection makefile for: samba-python # Date created: 01 May 2004 # Whom: Timur Bakeyev # # $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 do-build: cd ${WRKSRC} && ${MAKE} proto cd ${WRKSRC} && ${MAKE} python_ext post-install: -@${MKDIR} ${EXAMPLESDIR} @${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR} .include "${MASTERDIR}/Makefile"