espie ce444c27a6 tweak things a bit more, as this didn't build correctly.
The guile change means the slib-guile thingy is obsolete
(and didn't quite work anyways)
2013-12-08 11:23:47 +00:00

37 lines
994 B
Makefile

# $OpenBSD: Makefile,v 1.15 2013/12/08 11:23:47 espie Exp $
COMMENT = scheme r5 library
CATEGORIES = devel
REVISION = 0
DISTNAME = slib-3b4
HOMEPAGE = http://people.csail.mit.edu/jaffer/SLIB
MASTER_SITES = http://groups.csail.mit.edu/mac/ftpdir/scm/ \
http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/
MAINTAINER = Marc Espie <espie@openbsd.org>
# BSD-like without modify
PERMIT_PACKAGE_CDROM = Yes
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
do-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/slib
${INSTALL_DATA} ${WRKDIST}/*.scm ${PREFIX}/share/slib
${INSTALL_DATA} ${WRKDIST}/{ANNOUNCE,README,FAQ} ${PREFIX}/share/slib
# install init files for Unix implementations as well
${SUBST_CMD} ${WRKDIST}/guile*.init
${INSTALL_DATA} ${WRKDIST}/*.init ${PREFIX}/share/slib
# Those are not Unix-like
rm ${PREFIX}/share/slib/{macscheme.init,pscheme.init}
${INSTALL_DATA} ${WRKDIST}/slib.info ${PREFIX}/info
cd ${PREFIX}/share/slib && ln -s mklibcat.scm mklibcat
.include <bsd.port.mk>