0fd59bd72a
portswise ok, jasper@ "if it works...", espie@ (MAINTAINER)
33 lines
637 B
Makefile
33 lines
637 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/01/21 18:32:51 kili Exp $
|
|
|
|
COMMENT= slib guile adapter
|
|
|
|
CATEGORIES= devel
|
|
|
|
DISTFILES=
|
|
DISTNAME= slib-guile-1.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/site
|
|
# 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>
|