openbsd-ports/security/libotr/Makefile
2013-03-21 08:45:11 +00:00

31 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.18 2013/03/21 08:48:53 ajacoutot 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
WANTLIB += c gcrypt gpg-error
MODULES= devel/gettext
LIB_DEPENDS= security/libgcrypt
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>