mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
862 B
Makefile
35 lines
862 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= 4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://delta.affinix.com/download/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_BZIP2= yes
|
|
USE_OPENSSL= yes
|
|
USE_QT_VER= 3
|
|
QT_NONSTANDARD= yes
|
|
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
CONFIGURE_ARGS= --qtdir=${LOCALBASE} \
|
|
--with-openssl-inc=${OPENSSLINC} --with-openssl-lib=${OPENSSLLIB}
|
|
MAKE_ARGS+= QTDIR=${QT_PREFIX} \
|
|
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
|
|
PLIST_DIRS= lib/plugins/crypto
|
|
PLIST_FILES= lib/plugins/crypto/libqca-tls.so
|
|
|
|
.include <bsd.port.mk>
|