42ea8e563e
0.5 05/09/2010 - phreedom Added new properties: nco:start nco:end to allow defining nco:Roles that only span a certain time. 05/09/2010 - phreedom Inverted property ndo:involvedInEvent by switching domain and range. The new property is named ndo:involved. 05/08/2010 - trueg Fixed graph URIs in NDO metadata. 0.4 05/04/2010 - trueg: Added NDO and NUAO ontologies to the distributed ontologies. Both are still marked as being in the "Testing" state. 05/04/2010 - trueg: Fixed syntax error in nid3.trig 03/12/2010 - m4db0b Deprecated NMO properties with range nco:Contact and added equivalent ones with range nco:ContactMedium: Deprecated properties: nmo:to nmo:cc nmo:bcc nmo:from nmo:primaryRecipient nmo:replyTo nmo:recipient nmo:secondaryRecipient nmo:sender New properties: nmo:emailTo nmo:emailCc nmo:emailBcc nmo:messageFrom nmo:primaryMessageRecipient nmo:messageReplyTo nmo:messageRecipient nmo:secondaryMessageRecipient nmo:messageSender
22 lines
518 B
Makefile
22 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/10/25 20:14:49 markd Exp $
|
|
|
|
DISTNAME= shared-desktop-ontologies-0.5
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# BUILD_MAKE_FLAGS+= VERBOSE=1
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= shared-desktop-ontologies.pc.cmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|