mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav)
33 lines
680 B
Makefile
33 lines
680 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
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc linux
|
|
MASTER_SITES= SF
|
|
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} ${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|