aboutsummaryrefslogtreecommitdiffstats
path: root/misc/opencyc/Makefile
blob: a30a262f384ab73c57e07422e8f28512702909c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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>