1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/lang/clips/Makefile
Tobias Kortkamp 1d8ca425a7 Replace do-patch in ports that override it with more appropriate targets
Most ports do not need to override do-patch.  It breaks some ports
tree features like EXTRA_PATCH_TREE, etc.
2019-11-07 18:18:17 +00:00

33 lines
651 B
Makefile

# $FreeBSD$
PORTNAME= clips
PORTVERSION= 6.30
CATEGORIES= lang
MASTER_SITES= SF/clipsrules/CLIPS/${PORTVERSION}/
DISTNAME= clips_core_source_630
MAINTAINER= wen@FreeBSD.org
COMMENT= Tool for Building Expert Systems
LICENSE= PD
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/readme.txt
USES= zip
WRKSRC= ${WRKDIR}/${DISTNAME}/core
MAKEFILE= makefile.gcc
ALL_TARGET= clips
PLIST_FILES= bin/clips
post-extract:
${CP} ${WRKDIR}/${DISTNAME}/makefiles/${MAKEFILE} ${WRKSRC}/
post-patch:
${REINPLACE_CMD} -e 's#gcc #${CC} ${CFLAGS} #g' ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clips ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>