mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
8a41ef31ee
- Remove leading article from COMMENT - Use canonical names for patches
27 lines
503 B
Makefile
27 lines
503 B
Makefile
# Created by: jkoshy
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= siod
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jkoshy
|
|
DISTNAME= siod
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small footprint implementation of the Scheme programming language
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= freebsd
|
|
MAKE_ENV= LD_LIBRARY_PATH=.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/siod
|
|
|
|
.include <bsd.port.mk>
|