Update security/libpreludedb to version 1.0.1p1_7
[dports.git] / security / libotr3 / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libotr
4 PORTVERSION=    3.2.1
5 # Please do not bump PORTREVISION for this port unless you have
6 # confirmed via testing that it is necessary
7 PORTREVISION=   3
8 CATEGORIES=     security net-im net
9 MASTER_SITES=   http://www.c-s.li/ports/ \
10                 https://otr.cypherpunks.ca/
11 PKGNAMESUFFIX=  3
12 DISTFILES=      ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
13 EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}
14
15 MAINTAINER=     cs@FreeBSD.org
16 COMMENT=        Portable OTR Messaging Library and toolkit
17
18 LICENSE=        LGPL21
19
20 BUILD_DEPENDS=  pkgconf:${PORTSDIR}/devel/pkgconf
21 LIB_DEPENDS=    libgpg-error.so:${PORTSDIR}/security/libgpg-error \
22                 libgcrypt.so:${PORTSDIR}/security/libgcrypt
23
24 CONFLICTS=      libotr-*
25
26 USE_AUTOTOOLS=  autoconf
27 USES=           libtool cpe
28 GNU_CONFIGURE=  yes
29 USE_LDCONFIG=   yes
30 CPE_VENDOR=     cypherpunks
31
32 verify: checksum
33         gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
34
35 post-patch:
36         @${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \
37             ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am
38
39 .include <bsd.port.mk>