slib-guile is a `wrapper' to help slib+guile working

This commit is contained in:
espie 2005-12-05 16:36:31 +00:00
parent de576d3434
commit 276dd096dc
3 changed files with 38 additions and 0 deletions

31
devel/slib-guile/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/12/05 16:36:31 espie Exp $
COMMENT= "slib guile adapter"
CATEGORIES= devel
DISTFILES=
DISTNAME= slib-guile-0.0
MAINTAINER= Marc Espie <espie@openbsd.org>
# Stub port
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
BUILD_DEPENDS= ::devel/slib \
::lang/guile
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/guile
# This will fail after generating the correct file...
-DESTDIR=${WRKINST} ${LOCALBASE}/bin/guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
This is just a stub port that deals with the common installation of
guile + slib: any port requiring both guile and slib needs a common
file installed (slibcat) which can only be generated when both ports
are present.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/05 16:36:31 espie Exp $
share/guile/
share/guile/slibcat