freebsd-ports/misc/opencyc/Makefile
Kris Kennaway 3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00

34 lines
677 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
BROKEN= Broken pkg-plist
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${BROKEN}
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>