mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
59d7ed041b
- Plugins are no longer available separately so remove security/qca-* and replace them with options in devel/qca - Adjust all ports that depended on security/qca-* - This also fixes the build of the OpenSSL plugin when OpenSSL doesn't support SSLv2 Approved by: kde (rakuco)
26 lines
638 B
Makefile
26 lines
638 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qoauth
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel security
|
|
MASTER_SITES= http://files.ayoy.net/qoauth/release/${PORTVERSION}/src/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 4 support for OAuth-powered network services
|
|
|
|
LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca
|
|
|
|
USES= qmake tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
USE_QT4= corelib qtestlib network moc_build
|
|
USE_OPENSSL= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,target.path}/pkgconfig,INSTALL_PREFIX}/libdata/pkgconfig,g' \
|
|
${WRKSRC}/src/src.pro
|
|
|
|
.include <bsd.port.mk>
|