freebsd-ports/net/py-samba/Makefile
Pav Lucistnik 8d7659e72c - Move net/samba-devel to net/samba3
PR:		ports/67564
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:	maintainer
Repocopy by:	marcus
2004-06-06 17:38:56 +00:00

46 lines
1,021 B
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
do-build:
cd ${WRKSRC} && ${MAKE} proto
cd ${WRKSRC} && ${MAKE} python_ext
post-install:
-@${MKDIR} ${EXAMPLESDIR}
@${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
.include "${MASTERDIR}/Makefile"