mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
a94bedd946
- Take MAINTAINER PR: 96067 Submitted by: Frank Laszlo <laszlof___vonostingroup.com>
25 lines
578 B
Makefile
25 lines
578 B
Makefile
# New ports collection makefile for: sunterlib
|
|
# Date created: 14 July 2004
|
|
# Whom: bkhl@elektrubadur.se
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sunterlib
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= laszlof@vonostingroup.com
|
|
COMMENT= Contributed libraries for Scheme 48 and scsh
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
(cd ${WRKSRC}; ${LOCALBASE}/lib/scsh/scsh-install-pkg --prefix=${PREFIX}/lib/scsh)
|
|
|
|
.include <bsd.port.mk>
|