openbsd-ports/security/gaim-otr/Makefile
marcm a1227157bf Update to 3.0.0 supporting the new OTR spec.
"didn't even have to restart gaim to test" todd@
2005-11-18 04:11:20 +00:00

37 lines
798 B
Makefile

# $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
WANTLIB= gpg-error iconv intl
USE_X11= Yes
USE_LIBTOOL= Yes
SHARED_ONLY= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib "
.include <bsd.port.mk>