2004-01-27 14:24:43 +01:00
|
|
|
# New ports collection makefile for: qca-tls
|
|
|
|
# Date created: 27 January 2004
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qca-tls
|
|
|
|
PORTVERSION= 1.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2004-01-27 14:24:43 +01:00
|
|
|
CATEGORIES= security
|
2006-08-21 12:08:24 +02:00
|
|
|
MASTER_SITES= http://delta.affinix.com/download/qca/ \
|
2005-09-06 08:11:24 +02:00
|
|
|
http://psi.affinix.com/beta/
|
2004-01-27 14:24:43 +01:00
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= SSL/TLS plugin for Qt
|
|
|
|
|
2004-02-26 21:59:36 +01:00
|
|
|
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
|
|
|
|
2004-01-27 14:24:43 +01:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
2005-09-06 08:06:15 +02:00
|
|
|
USE_OPENSSL= yes
|
2004-01-27 14:24:43 +01:00
|
|
|
USE_QT_VER= 3
|
|
|
|
QT_NONSTANDARD= yes
|
|
|
|
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
2005-09-06 08:06:15 +02:00
|
|
|
CONFIGURE_ARGS= --qtdir=${X11BASE} \
|
|
|
|
--with-openssl-inc=${OPENSSLINC} --with-openssl-lib=${OPENSSLLIB}
|
2007-02-13 01:16:29 +01:00
|
|
|
MAKE_ARGS+= QTDIR=${QT_PREFIX} \
|
2004-01-27 14:24:43 +01:00
|
|
|
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
|
|
|
2005-02-28 22:22:01 +01:00
|
|
|
PLIST_DIRS= lib/plugins/crypto
|
2004-01-27 14:24:43 +01:00
|
|
|
PLIST_FILES= lib/plugins/crypto/libqca-tls.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|