8490f9493b
0.11.0 06/27/2012 - trueg Added new properties to NMM: nmm:albumArtist nmm:albumProducer nmm:albumConductor 06/11/2013 - vhanda Make nco:emailAddress a subPropertyOf nao:identifier Change the range of nfo:fileSize from int to long 0.10.1 08/23/2012 - trueg Fixed range of nmm:musicBrainzTrackID: xsd:string instead of xsd:integer
20 lines
487 B
Makefile
20 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/11/07 09:31:37 markd Exp $
|
|
|
|
DISTNAME= shared-desktop-ontologies-0.11.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oscaf/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://oscaf.sourceforge.net/
|
|
COMMENT= Ontologies for Semantic Desktop
|
|
#LICENSE= modified-bsd
|
|
|
|
# BUILD_MAKE_FLAGS+= VERBOSE=1
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= shared-desktop-ontologies.pc.cmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|