1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/lang/siod/Makefile
Pawel Pekala 8a41ef31ee - Add staging support, strip binaries
- Remove leading article from COMMENT
- Use canonical names for patches
2014-06-01 14:02:15 +00:00

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>