blob: 8355c1f33a92c67374dd58db4fc5704472df623b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# New ports collection makefile for: PolKit-qt
# Date created: 2009-12-25
# Whom: Dima Panov <fluffy@Fluffy.Khv.RU>
#
# $FreeBSD$
#
PORTNAME= polkit-qt
PORTVERSION= 0.103.0
PORTREVISION= 1
DISTVERSIONPREFIX= 1-
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/apps/KDE4.x/admin/
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 4 frontend to PolKit-1
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= polkit-agent-1.0:${PORTSDIR}/sysutils/polkit
USE_BZIP2= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
USE_KDE4= automoc4
USE_QT4= corelib dbus gui network svg xml \
qmake_build moc_build rcc_build uic_build
USES= cmake
# TODO: the next release (post-0.103.0) should have commit 56883bd, which
# syncs FindGObject.cmake with kdelibs' and should find GObject without
# requiring us to explicitly set LDFLAGS.
LDFLAGS+= -L${LOCALBASE}/lib
post-extract:
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>
|