mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
36 lines
867 B
Makefile
36 lines
867 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://delta.affinix.com/qca/ \
|
|
http://psi.affinix.com/beta/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= SSL/TLS plugin for Qt
|
|
|
|
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
USE_OPENSSL= yes
|
|
USE_QT_VER= 3
|
|
QT_NONSTANDARD= yes
|
|
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
CONFIGURE_ARGS= --qtdir=${X11BASE} \
|
|
--with-openssl-inc=${OPENSSLINC} --with-openssl-lib=${OPENSSLLIB}
|
|
MAKE_ARGS+= QTDIR=${X11BASE} \
|
|
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
|
|
PLIST_DIRS= lib/plugins/crypto
|
|
PLIST_FILES= lib/plugins/crypto/libqca-tls.so
|
|
|
|
.include <bsd.port.mk>
|