opnsense-ports/misc/opencyc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

29 lines
635 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
USE_LINUX= yes
USE_LINUX_APPS= 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>