openbsd-ports/security/gaim-otr/Makefile

37 lines
798 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2005/11/18 04:11:20 marcm Exp $
COMMENT= "Allows deniable private conversations using GAIM"
VERSION= 3.0.0
DISTNAME= gaim-otr-${VERSION}
#PKGNAME= ${DISTNAME}p0
CATEGORIES= security net
HOMEPAGE= http://www.cypherpunks.ca/otr/ \
http://www.xelerance.com/mirror/otr/
MASTER_SITES= ${HOMEPAGE}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::net/gaim
RUN_DEPENDS= gaim::net/gaim
LIB_DEPENDS= otr.2::security/libotr \
gcrypt.12:libgcrypt->=1.2:security/libgcrypt
2005-09-10 06:18:13 -04:00
WANTLIB= gpg-error iconv intl
USE_X11= Yes
2005-06-13 17:01:58 -04:00
USE_LIBTOOL= Yes
SHARED_ONLY= Yes
2005-06-13 17:01:58 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib "
.include <bsd.port.mk>