blob: c416df548deaedc27024cac07c6b3f14f453ed70 (
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
|
PORTNAME= libotr
PORTVERSION= 3.2.1
PORTREVISION= 5
CATEGORIES= security net-im net
MASTER_SITES= http://www.c-s.li/ports/ \
https://otr.cypherpunks.ca/
PKGNAMESUFFIX= 3
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Portable OTR Messaging Library and toolkit
WWW= https://otr.cypherpunks.ca/
LICENSE= LGPL21
LIB_DEPENDS= libgpg-error.so:security/libgpg-error \
libgcrypt.so:security/libgcrypt
CONFLICTS= libotr
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= cpe libtool pathfix
USE_LDCONFIG= yes
CPE_VENDOR= cypherpunks
verify: checksum
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
.include <bsd.port.mk>
|