ffd97a0193
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
27 lines
693 B
Makefile
27 lines
693 B
Makefile
# New ports collection makefile for: shared-desktop-ontologies
|
|
# Date created: 2009-11-27
|
|
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shared-desktop-ontologies
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= SF/oscaf/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Interoperability between desktops and collaborative environments
|
|
|
|
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:PATH="libdata/pkgconfig/"
|
|
INSTALL_TARGET= install
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
USE_GNOME= pkgconfig
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|