freebsd-ports/misc/opencyc/Makefile
Max Khon 8f23691806 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
2003-04-20 15:02:55 +00:00

31 lines
601 B
Makefile

# New ports collection makefile for: opencyc
# Date created: Apr 19 2003
# Whom: Alex Semenyaka <alex@rinet.ru>
#
# $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 <bsd.port.mk>