78c6881bb2
- Convert to USES=gmake - Convert LIB_DEPENDS to new format
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $
|
|
|
|
PORTNAME= slib
|
|
PORTVERSION= 3b3 # Keep this in sync with lang/slib
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= # empty
|
|
PKGNAMESUFFIX= -guile
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SLIB installation for Guile
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \
|
|
guile:${PORTSDIR}/lang/guile
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|