mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
28 lines
671 B
Makefile
28 lines
671 B
Makefile
PORTNAME= libotr
|
|
PORTVERSION= 4.1.1
|
|
CATEGORIES= security net-im net
|
|
MASTER_SITES= https://otr.cypherpunks.ca/ \
|
|
http://www.c-s.li/ports/
|
|
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
|
|
|
|
LIB_DEPENDS= libgpg-error.so:security/libgpg-error \
|
|
libgcrypt.so:security/libgcrypt
|
|
|
|
CONFLICTS= libotr3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool pathfix cpe
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
CPE_VENDOR= cypherpunks
|
|
|
|
verify: checksum
|
|
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
|
|
|
|
.include <bsd.port.mk>
|