22f5d84c03
- Update eigen to 2.0.11 - Update gmm++ to 4.0.0 - Update soprano to 2.4.3 - Update shared-desktop-ontologies to 0.4 With hat on: kde@
24 lines
569 B
Makefile
24 lines
569 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.4
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= SF/oscaf/${PORTNAME}/${PORTVERSION}
|
|
|
|
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' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|