37 lines
802 B
Makefile
37 lines
802 B
Makefile
# $OpenBSD: Makefile,v 1.6 2006/08/03 23:28:11 espie 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>
|