openbsd-ports/security/libotr/Makefile
pascal 7405d8333e Update to libotr 3.2.1, fixing CVE-2012-3461 (multiple heap-based buffer
overflows).  Also, take maintainer.

ok gonzalo@
2012-09-25 19:40:33 +00:00

35 lines
654 B
Makefile

# $OpenBSD: Makefile,v 1.16 2012/09/25 19:40:33 pascal Exp $
COMMENT= portable OTR messaging library and toolkit
DISTNAME= libotr-3.2.1
CATEGORIES= security
SHARED_LIBS += otr 3.2 # 4.0
HOMEPAGE= http://www.cypherpunks.ca/otr/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c gcrypt gpg-error
MODULES= devel/gettext
LIB_DEPENDS= security/libgcrypt
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>