aboutsummaryrefslogblamecommitdiff
path: root/lang/slib-guile1/Makefile
blob: a376a05b3df5db9a8c55d3338e4723e3bc24fdc7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
                                                      

                           
                       

                       

                                            

                                                               
                                 


                                         
                   



                      
PORTNAME=	slib
PORTVERSION=	3b6 # Keep this in sync with lang/slib
CATEGORIES=	lang scheme
MASTER_SITES=	# empty
PKGNAMESUFFIX=	-guile1
DISTFILES=	# empty

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	SLIB installation for Guile1

BUILD_DEPENDS=	${LOCALBASE}/share/slib/require.scm:lang/slib \
		guile:lang/guile1
RUN_DEPENDS:=	${BUILD_DEPENDS}

SUB_FILES+=	pkg-install pkg-deinstall
NO_ARCH=	yes
NO_BUILD=	yes
NO_INSTALL=	yes

.include <bsd.port.mk>