blob: a51e6661da9dde284a062c64dcf6520c109ed1cd (
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
|
# 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.6.0
CATEGORIES= x11-toolkits
MASTER_SITES= SF/oscaf/${PORTNAME}/${PORTVERSION:R}
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' \
-e 's|shared-desktop-ontologies NONE|shared-desktop-ontologies|g' \
-e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>
|