aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-gnutls/Makefile
blob: 3dedd6e858d6d8f35b7c4ae7e722f745b03d35dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    py-gnutls
# Date created:     Apr. 06, 2007
# Whom:         Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnutls
PORTVERSION=    1.2.2
CATEGORIES= security python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   python-gnutls-${PORTVERSION}

MAINTAINER= lwhsu@FreeBSD.org
COMMENT=    Python wrapper for the GNUTLS library

LIB_DEPENDS=    gnutls.47:${PORTSDIR}/security/gnutls

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    python_gnutls

EXAMPLESDIR=    ${PREFIX}/share/examples/py-${PORTNAME}

post-patch:
    ${REINPLACE_CMD} -e "s|include_dirs=.*|include_dirs=\['${LOCALBASE}/include'\],|" ${WRKSRC}/setup.py
    ${REINPLACE_CMD} -e "s|library_dirs=.*|library_dirs=\['${LOCALBASE}/lib'\],|" ${WRKSRC}/setup.py
    ${REINPLACE_CMD} -e "s|\.26||g" ${WRKSRC}/gnutls/library/functions.py

.if !defined(NOPORTEXAMPLES)
post-install:
    @${MKDIR} ${EXAMPLESDIR}
    ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>