freebsd-ports/devel/scsh-install-lib/Makefile
Marcus Alves Grando eb159cdd3d - Update to 1.3.0
- Take MAINTAINER

PR:		96066
Submitted by:	Frank Laszlo <laszlof___vonostingroup.com>
2006-04-24 02:26:52 +00:00

25 lines
574 B
Makefile

# New ports collection makefile for: scsh-install-lib
# Date created: 14 July 2004
# Whom: bkhl@elektrubadur.se
#
# $FreeBSD$
#
PORTNAME= scsh-install-lib
PORTVERSION= 1.3.0
CATEGORIES= devel scheme
MASTER_SITES= http://lamp.epfl.ch/~schinz/scsh_packages/
MAINTAINER= laszlof@vonostingroup.com
COMMENT= An scsh library for installing other scsh packages
RUN_DEPENDS= scsh:${PORTSDIR}/lang/scsh
PLIST_SUB= VER=${PORTVERSION}
NO_BUILD= yes
do-install:
(cd ${WRKSRC}; ./install.scm --bindir ${PREFIX}/lib/scsh --prefix ${PREFIX}/lib/scsh)
.include <bsd.port.mk>