1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/x11-toolkits/shared-desktop-ontologies/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
519 B
Makefile

PORTNAME= shared-desktop-ontologies
PORTVERSION= 0.11.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
USES= cmake pkgconfig tar:bzip2
post-patch:
@${REINPLACE_CMD} -e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>