freebsd-ports/net/psi/Makefile
Dima Dorfman 47d9a2c7af Depend on the qssl port. Simply having that installed will enable psi
to connect ot jabberd over SSL (it will automatically detect its
presense--no compile-time configuration changes are necessary).

Approved by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2002-11-11 08:49:03 +00:00

31 lines
673 B
Makefile

# New ports collection makefile for: psi
# Date created: Wed May 1 20:27:23 NZST 2002
# Whom: jonc@chen.org.nz
#
# $FreeBSD$
#
PORTNAME= psi
PORTVERSION= 0.8.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jonc@chen.org.nz
LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt30 \
qssl.0:${PORTSDIR}/devel/qssl
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
CONFIGURE_ENV= QTDIR=${X11BASE}
CONFIGURE_ARGS= -p ${PREFIX}
MAKE_ARGS+= QTDIR=${X11BASE} \
CFLAGS="-pipe -pthread -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT"
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${WRKSRC}/src
.include <bsd.port.mk>