1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Clean up, remove stale dependencies

This commit is contained in:
Max Brazhnikov 2009-03-19 12:03:34 +00:00
parent 0ec82edd28
commit 6458100fba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230395
2 changed files with 17 additions and 15 deletions

View File

@ -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>

View File

@ -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%%