💾 Archived View for anachronauts.club › cgi-bin › repos › cgi › ports.git › tree › trunk › devel › c… captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
1 # $FreeBSD$ 2 3 PORTNAME= srfi-69 4 DISTVERSION= 1.2 5 PORTREVISION= 0 6 CATEGORIES= devel 7 MASTER_SITES= https://code.call-cc.org/egg-tarballs/5/${PORTNAME}/ 8 PKGNAMEPREFIX= chicken5- 9 10 MAINTAINER= sage@anachronauts.club 11 COMMENT= An implementation of SRFI 69 with SRFI 90 extensions 12 13 RUN_DEPENDS= chicken5:lang/chicken5 14 BUILD_DEPENDS= chicken-install5:lang/chicken5 15 16 CSC_OPTIONS= -v -strip 17 18 do-build: 19 cd ${WRKSRC} && chicken-install5 \ 20 -v -no-install -no-install-dependencies 21 22 do-install: 23 cd ${WRKSRC} && DESTDIR=${STAGEDIR} chicken-install5 \ 24 -v -no-install-dependencies 25 26 .export CSC_OPTIONS 27 .include <bsd.port.mk>