freebsd-ports/x11-toolkits/attica/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

28 lines
671 B
Makefile

# Created by: Dima Panov <fluffy@FreeBSD.org>
# $FreeBSD$
PORTNAME= attica
PORTVERSION= 0.4.1
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_BZIP2= yes
USE_LDCONFIG= yes
USES= cmake
CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF
MAKE_JOBS_SAFE= yes
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>