Files
ports/lang/gscheme/Makefile
T
2025-08-12 08:03:53 -03:00

28 lines
705 B
Makefile

PORTNAME= gscheme
PORTVERSION= 0.6
PORTREVISION= 11
CATEGORIES= lang gnustep
MASTER_SITES= http://www.gnustep.it/marko/GScheme/ \
LOCAL/dinoex
DISTNAME= GScheme
DIST_SUBDIR= repacked
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep-aware scheme interpreter
WWW= http://www.gnustep.it/marko/GScheme/index.html
LICENSE= GPLv2+
USES= gnustep tar:tgz
USE_GNUSTEP= back build
post-patch:
@${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \
${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m
post-install:
${RM} ${STAGEDIR}${GNUSTEP_PREFIX}/System/Applications/GScheme.app/Resources/library.scm~
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GScheme.app/GScheme
.include <bsd.port.mk>