mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Created by: bkhl@elektrubadur.se
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sunterlib
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Contributed libraries for Scheme 48 and scsh
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
(cd ${WRKSRC}; ${LOCALBASE}/lib/scsh/scsh-install-pkg --prefix=${PREFIX}/lib/scsh)
|
|
|
|
.include <bsd.port.mk>
|