2013-09-20 21:53:09 +02:00
|
|
|
# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
|
2003-12-14 21:18:35 +01:00
|
|
|
# $FreeBSD$
|
2006-10-14 10:35:50 +02:00
|
|
|
# $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $
|
2003-12-14 21:18:35 +01:00
|
|
|
|
|
|
|
PORTNAME= slib
|
2014-10-05 15:29:40 +02:00
|
|
|
PORTVERSION= 3b4 # Keep this in sync with lang/slib
|
2003-12-14 21:18:35 +01:00
|
|
|
CATEGORIES= lang scheme
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
PKGNAMESUFFIX= -guile
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2004-10-21 09:50:49 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-14 21:18:35 +01:00
|
|
|
COMMENT= SLIB installation for Guile
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \
|
|
|
|
guile:${PORTSDIR}/lang/guile
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-12-14 21:18:35 +01:00
|
|
|
|
2014-10-05 15:29:40 +02:00
|
|
|
SUB_FILES+= pkg-install pkg-deinstall
|
2003-12-14 21:18:35 +01:00
|
|
|
NO_BUILD= yes
|
2013-10-10 02:20:42 +02:00
|
|
|
NO_INSTALL= yes
|
2003-12-14 21:18:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|