freebsd-ports/security/libotr/Makefile

38 lines
838 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libotr
PORTVERSION= 4.1.0
2015-01-02 19:46:33 +01:00
PORTREVISION= 1
2012-09-08 09:03:21 +02:00
CATEGORIES= security net-im net
2013-10-15 20:36:57 +02:00
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}
2013-10-12 23:13:24 +02:00
MAINTAINER= cs@FreeBSD.org
2012-09-08 09:03:21 +02:00
COMMENT= Portable OTR Messaging Library and toolkit
LICENSE= LGPL21
LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
CONFLICTS= libotr3-*
2012-09-08 09:03:21 +02:00
GNU_CONFIGURE= yes
2014-07-31 22:54:55 +02:00
USES= libtool pathfix cpe
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
2014-07-31 22:54:55 +02:00
CPE_VENDOR= cypherpunks
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000036 && ${ARCH} == i386
LDFLAGS+= -lssp_nonshared
.endif
verify: checksum
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
.include <bsd.port.mk>