2013-07-06 08:30:28 +00:00

35 lines
650 B
Makefile

# $OpenBSD: Makefile,v 1.19 2013/07/06 08:30:28 espie Exp $
COMMENT= portable OTR messaging library and toolkit
DISTNAME= libotr-3.2.1
CATEGORIES= security
REVISION = 0
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
# non-shared does not inherit LIB_DEPENDS
LIB_DEPENDS += security/libgpg-error
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>