openbsd-ports/security/libotr/Makefile

31 lines
561 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $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
2010-11-11 13:43:10 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>