mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
22 lines
392 B
Makefile
22 lines
392 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guile-lib
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Repository of useful code written in Guile Scheme
|
|
|
|
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= guile-library
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|