mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ccbd618ebd
- Add LICENSE.
37 lines
854 B
Makefile
37 lines
854 B
Makefile
# New ports collection makefile for: PolKit-kde
|
|
# Date created: 2009-12-25
|
|
# Whom: Dima Panov <fluffy@Fluffy.Khv.RU>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= polkit-kde
|
|
PORTVERSION= 0.99.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/apps/KDE4.x/admin/
|
|
DISTNAME= ${PORTNAME}-agent-1-${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE4 frontend to PolKit-1
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= polkit-qt-agent-1.1:${PORTSDIR}/sysutils/polkit-qt
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_LDCONFIG= yes
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib dbus gui network svg xml \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
|
|
post-extract:
|
|
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|