openbsd-ports/security/qca-ossl/Makefile
sebastia 904edf430c Fix problem with bulk build, introduced when importing qca-ossl:
* renaming libqca to libqca2 for the qca2 port
  * removed conflict line from qca2 PLIST
  * bumped qca2
  * updated conflict line in qca PLIST
  * bumped qca2
  * updated WANTLIB of qca-ossl and bumped
  * hooked qca2 up to the build in the ports/security/Makefile

OK shadchin@, espie@
2012-01-26 09:25:46 +00:00

37 lines
840 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/01/26 09:25:46 sebastia Exp $
SHARED_ONLY = Yes
REVISION = 0
COMMENT = SSL/TLS plugin for QCA2
DISTNAME = qca-ossl-2.0.0-beta3
PKGNAME = ${DISTNAME:S/-beta/beta/}
CATEGORIES = security
HOMEPAGE = http://delta.affinix.com/qca/
MAINTAINER = Vadim Zhukov <persgray@gmail.com>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://delta.affinix.com/download/qca/2.0/plugins/
EXTRACT_SUFX = .tar.bz2
WANTLIB += crypto m qca2 ssl stdc++
MODULES = x11/qt4
LIB_DEPENDS = security/qca2
NO_REGRESS = Yes
QMAKE = ${LOCALBASE}/bin/qmake4
SUBST_VARS += MODQT4_LIBDIR WRKINST
do-configure:
${SUBST_CMD} -c ${FILESDIR}/conf.pri ${WRKSRC}/conf.pri
cd ${WRKSRC} && ${QMAKE} qca-ossl.pro
.include <bsd.port.mk>