From 8f23691806899fa00b7cc4239535a5c0e6cdea53 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Sun, 20 Apr 2003 15:02:55 +0000 Subject: New port: opencyc OpenCyc is the open source version of the Cyc technology, the world's largest and most complete general knowledge base and commonsense reasoning engine. PR: 50435 Submitted by: Alex Semenyaka --- misc/opencyc/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 misc/opencyc/Makefile (limited to 'misc/opencyc/Makefile') diff --git a/misc/opencyc/Makefile b/misc/opencyc/Makefile new file mode 100644 index 000000000000..a30a262f384a --- /dev/null +++ b/misc/opencyc/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: opencyc +# Date created: Apr 19 2003 +# Whom: Alex Semenyaka +# +# $FreeBSD$ +# + +PORTNAME= opencyc +PORTVERSION= 0.7.0 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= alexs@snark.rinet.ru +COMMENT= General knowledge base and commonsense reasoning engine + +NO_BUILD= yes +USE_LINUX= yes + +BRANDELF= /usr/bin/brandelf + +pre-patch: + @${BRANDELF} -t Linux ${WRKSRC}/run/bin/latest.bin + @${RM} ${WRKSRC}/doc/.#* + +do-install: + @${CP} -PRpf ${WRKSRC} ${PREFIX} + +.include -- cgit v1.2.3