Projet

Général

Profil

Télécharger (1,04 ko) Statistiques
| Branche: | Révision:

univnautes-tools / pfPorts / lasso / Makefile @ e5b48421

1
# Created by: Gea-Suan Lin <gslin@gslin.org>
2
# $FreeBSD: head/security/lasso/Makefile 355002 2014-05-24 09:01:36Z antoine $
3

    
4
PORTNAME=	lasso
5
PORTVERSION=	2.4.0
6
PORTREVISION=	4
7
CATEGORIES=	security
8
MASTER_SITES=   https://dev.entrouvert.org/releases/lasso/
9

    
10
MAINTAINER=	tnoel@entrouvert.com
11
COMMENT=	Free Liberty Alliance Implementation
12

    
13
RUN_DEPENDS=	xmlsec1:${PORTSDIR}/security/xmlsec1
14
BUILD_DEPENDS:=	${RUN_DEPENDS}
15

    
16
CONFIGURE_ARGS+=	--disable-java --disable-php4 --with-zlib
17
GNU_CONFIGURE=	yes
18
USES=		pkgconfig
19
USE_GNOME=	gnomehack glib20 libxml2
20
USE_LDCONFIG=	yes
21
USE_OPENSSL=	yes
22
USE_PYTHON_BUILD=	yes
23

    
24
# OPTIONS_DEFINE=	PERL PHP PYTHON
25
OPTIONS_DEFINE=	PYTHON
26

    
27
.include <bsd.port.options.mk>
28

    
29
CONFIGURE_ARGS+=	--disable-perl
30
PLIST_SUB+=	WITH_PERL="@comment "
31

    
32
CONFIGURE_ARGS+=	--disable-php5
33
PLIST_SUB+=	WITH_PHP5="@comment "
34

    
35
CONFIGURE_ARGS+=	--enable-python
36
PLIST_SUB+=	WITH_PYTHON=""
37
USE_PYTHON=	yes
38

    
39
post-install:
40
	${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod
41
	${RM} -rf ${STAGEDIR}${DOCSDIR}
42

    
43
.include <bsd.port.mk>
(1-1/4)