Clean up, remove stale dependencies
This commit is contained in:
parent
0ec82edd28
commit
6458100fba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230395
@ -6,33 +6,35 @@
|
||||
|
||||
PORTNAME= qca-ossl
|
||||
DISTVERSION= 2.0.0-beta3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Cross-platform crypto API for QT
|
||||
COMMENT= QCA OpenSLL plugin
|
||||
|
||||
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
USE_GNOME= pkgconfig
|
||||
QT_COMPONENTS= corelib qmake_build moc_build
|
||||
HAS_CONFIGURE= yes
|
||||
QT_NONSTANDARD= yes
|
||||
QT_COMPONENTS= corelib qmake_build moc_build
|
||||
USE_OPENSSL= yes
|
||||
|
||||
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \
|
||||
PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \
|
||||
PTHREAD_LDFLAGS=${PTHREAD_LIBS}
|
||||
CONFIGURE_ARGS= --plugins-path=${PREFIX}/${QT_PLUGINDIR} --qtdir=${LOCALBASE} \
|
||||
--with-qca=${LOCALBASE} \
|
||||
CONFIGURE_ARGS= --plugins-path=${PREFIX}/${QT_PLUGINDIR_REL} \
|
||||
--with-openssl-inc=${OPENSSLINC} \
|
||||
--with-openssl-lib=${OPENSSLLIB}
|
||||
|
||||
QT_PLUGINDIR= lib/qt4/plugins
|
||||
.if !defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+=--release --no-separate-debug-info
|
||||
PLIST_SUB+= DEBUG="@comment "
|
||||
.else
|
||||
CONFIGURE_ARGS+=--debug
|
||||
PLIST_SUB+= DEBUG=""
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= QT_PLUGINDIR="${QT_PLUGINDIR}"
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/libqca-ossl.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
lib/qt4/plugins/crypto/libqca-ossl.so
|
||||
lib/qt4/plugins/crypto/libqca-ossl.so.debug
|
||||
@dirrmtry %%QT_PLUGINDIR%%/crypto
|
||||
@dirrmtry %%QT_PLUGINDIR%%
|
||||
%%QT_PLUGINDIR_REL%%/crypto/libqca-ossl.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/crypto/libqca-ossl.so.debug
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/crypto
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
Loading…
Reference in New Issue
Block a user