openbsd-ports/security/libotr/Makefile

31 lines
650 B
Makefile
Raw Normal View History

2010-11-20 12:22:40 -05:00
# $OpenBSD: Makefile,v 1.13 2010/11/20 17:22:43 espie Exp $
2005-06-13 17:01:29 -04:00
# $FreeBSD: Makefile,v 1.2 2005/04/21 14:22:54 pav Exp $
COMMENT= The portable OTR Messaging Library and toolkit
DISTNAME= libotr-3.2.0
CATEGORIES= security
SHARED_LIBS= otr 3.2
HOMEPAGE= http://www.cypherpunks.ca/otr/
MASTER_SITES= ${HOMEPAGE}
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext
2010-11-20 12:22:40 -05:00
LIB_DEPENDS= security/libgpg-error \
security/libgcrypt
2010-11-11 13:43:10 -05:00
WANTLIB= c gpg-error gcrypt
CONFIGURE_STYLE= gnu
2005-11-16 21:49:54 -05:00
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
USE_LIBTOOL= Yes
2010-11-11 13:43:10 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>