1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/opencyc/Makefile
2021-04-06 16:31:07 +02:00

29 lines
616 B
Makefile

# Created by: Alex Semenyaka <alex@rinet.ru>
PORTNAME= opencyc
PORTVERSION= 0.7.0
PORTREVISION= 3
CATEGORIES= misc linux
MASTER_SITES= SF/${PORTNAME}/OldFiles
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= General knowledge base and commonsense reasoning engine
USES= linux
USE_LINUX= xorglibs
NO_BUILD= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
post-extract:
@cd ${WRKSRC}/doc && ${RM} '#migration.txt#' 'package-list.~1~' '.#faq' '.#migration.txt'
pre-patch:
@${BRANDELF} -t Linux ${WRKSRC}/run/bin/latest.bin
do-install:
@${CP} -PRpf ${WRKSRC} ${STAGEDIR}${PREFIX}
.include <bsd.port.mk>