opnsense-ports/misc/opencyc/Makefile
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

29 lines
628 B
Makefile

# Created by: Alex Semenyaka <alex@rinet.ru>
# $FreeBSD$
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>