mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
eecee497f7
- security/libotr3: update to new LIB_DEPENDS, adjust conflicts, add staging support
37 lines
983 B
Makefile
37 lines
983 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libotr
|
|
PORTVERSION= 3.2.1
|
|
# Please do not bump PORTREVISION for this port unless you have
|
|
# confirmed via testing that it is necessary
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= pkgconf:${PORTSDIR}/devel/pkgconf
|
|
LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \
|
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
|
|
|
CONFLICTS= libotr-*
|
|
|
|
USE_AUTOTOOLS= autoconf libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
verify: checksum
|
|
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \
|
|
${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|