# Created by: peter # $FreeBSD$ PORTNAME= openldap PORTVERSION= 2.4.12 PORTREVISION= 1 CATEGORIES= net linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Lightweight Directory Access Protocol libraries (Linux Fedora 10) FORBIDDEN= http://www.freshports.org/vuxml.php?vid=abad20bf-c1b4-11e3-a5ac-001b21614864 USE_LINUX_RPM= yes LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../openldap24-server/pkg-descr PLIST_FILES= usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.2.0 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.2.0 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.2.0 etc/openldap usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README # do not install any openldap configuration directories/files post-extract: ${RM} -rf ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap .include e/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/pidgin-otr/Makefile
blob: 85197850f510dad6d0517c6580f00dc048e0c36c (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
# $FreeBSD$

PORTNAME=   otr
PORTVERSION=    4.0.0
# Please do not bump PORTREVISION for this port unless you have
# confirmed via testing that it is necessary
CATEGORIES= security net-im net
MASTER_SITES=   http://www.cypherpunks.ca/otr/
PKGNAMEPREFIX=  pidgin-
DISTNAME=   ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

MAINTAINER= jgh@FreeBSD.org
COMMENT=    Allows deniable private conversations using Pidgin

BUILD_DEPENDS=  ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \
        pkgconf>0:${PORTSDIR}/devel/pkgconf
LIB_DEPENDS=    otr:${PORTSDIR}/security/libotr \
        gcrypt:${PORTSDIR}/security/libgcrypt \
        purple:${PORTSDIR}/net-im/libpurple

MAKE_JOBS_SAFE= yes

USE_GMAKE=  yes
USE_GNOME=  intltool
USES=       gettext
GNU_CONFIGURE=  yes

CPPFLAGS+=  ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \
        --with-libotr-inc-prefix=${LOCALBASE}/include

.include <bsd.port.mk>