mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
28 lines
670 B
Makefile
28 lines
670 B
Makefile
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= attica
|
|
PORTVERSION= 0.4.2
|
|
PORTEPOCH= 2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Open Collaboration Services API library
|
|
|
|
USE_QT4= network qtestlib_build xml \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
USES= cmake tar:bzip2
|
|
CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \
|
|
-DQT4_BUILD:BOOL=ON
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} \
|
|
-e 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \
|
|
-e 's,.$${CMAKE_LIBATTICA_VERSION_MINOR},,' \
|
|
${WRKSRC}/lib/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|