2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2013/03/21 08:48:53 ajacoutot Exp $
|
2005-05-26 14:13:02 -04:00
|
|
|
|
2012-04-04 02:45:27 -04:00
|
|
|
COMMENT= portable OTR messaging library and toolkit
|
2005-05-26 14:13:02 -04:00
|
|
|
|
2012-09-25 15:40:33 -04:00
|
|
|
DISTNAME= libotr-3.2.1
|
2005-05-26 14:13:02 -04:00
|
|
|
CATEGORIES= security
|
2012-04-04 02:45:27 -04:00
|
|
|
|
|
|
|
SHARED_LIBS += otr 3.2 # 4.0
|
2005-05-26 14:13:02 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.cypherpunks.ca/otr/
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2012-09-25 15:40:33 -04:00
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
|
2007-11-29 09:05:48 -05:00
|
|
|
# GPLv2
|
2005-05-26 14:13:02 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-04-04 02:45:27 -04:00
|
|
|
WANTLIB += c gcrypt gpg-error
|
|
|
|
|
2006-10-31 14:54:22 -05:00
|
|
|
MODULES= devel/gettext
|
2005-05-26 14:13:02 -04:00
|
|
|
|
2012-04-04 02:45:27 -04:00
|
|
|
LIB_DEPENDS= security/libgcrypt
|
|
|
|
|
2010-11-11 13:43:10 -05:00
|
|
|
USE_GROFF = Yes
|
2005-05-26 14:13:02 -04:00
|
|
|
|
2012-04-04 02:45:27 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
2005-05-26 14:13:02 -04:00
|
|
|
.include <bsd.port.mk>
|