1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Use the new LIB_DEPENDS syntax.

- Support staging.
- Replace USE_GMAKE=yes with USES=gmake.
This commit is contained in:
Raphael Kubo da Costa 2014-01-05 17:59:25 +00:00
parent 734018119e
commit e87279f220
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338811

View File

@ -10,21 +10,19 @@ DISTNAME= ${PORTNAME}-kcmodules-1-${PORTDATE}
MAINTAINER= kde@FreeBSD.org
COMMENT= Polkit-KDE configuration module
LIB_DEPENDS= polkit-qt-agent-1:${PORTSDIR}/sysutils/polkit-qt
LIB_DEPENDS= libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt
RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde
USE_KDE4= kdehier kdelibs kdeprefix automoc4
USE_QT4= dbus xml moc_build qmake_build rcc_build uic_build
USE_BZIP2= yes
USES= cmake pkgconfig
USE_GMAKE= yes
USES= cmake gmake pkgconfig
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-kcmodules-1
PORTDATE= 20121008
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,/usr,${KDE4_PREFIX},' \
-e 's,/etc,${KDE4_PREFIX}/etc,' \