2009-12-01 20:58:17 +01:00
|
|
|
# New ports collection makefile for: shared-desktop-ontologies
|
|
|
|
# Date created: 2009-11-27
|
|
|
|
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= shared-desktop-ontologies
|
2011-03-25 11:12:32 +01:00
|
|
|
PORTVERSION= 0.6.0
|
2009-12-01 20:58:17 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2011-03-25 11:12:32 +01:00
|
|
|
MASTER_SITES= SF/oscaf/${PORTNAME}/${PORTVERSION:R}
|
2009-12-01 20:58:17 +01:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Interoperability between desktops and collaborative environments
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
|
2010-05-23 09:53:13 +02:00
|
|
|
-e 's|shared-desktop-ontologies NONE|shared-desktop-ontologies|g' \
|
2011-03-25 11:12:32 +01:00
|
|
|
-e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \
|
2009-12-01 20:58:17 +01:00
|
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|