46f1924ab8
- Force WITHOUT_ADS=yes - Bump PORTREVISION PR: 93555 Submitted by: maintainer
42 lines
800 B
Makefile
42 lines
800 B
Makefile
# New ports collection makefile for: samba-python
|
|
# Date created: 01 May 2004
|
|
# Whom: Timur Bakeyev <timur@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
WITHOUT_ADS= yes
|
|
|
|
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"
|