aboutsummaryrefslogtreecommitdiffstats
path: root/lang/guile/Makefile
blob: 21f2653643cf7d87d12f9329e41b6eafe41d43ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    guile
# Date created:     2 November 1997
# Whom:         jseger@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   guile
PORTVERSION=    1.4
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_GNU} \
        ftp://ftp.guile.org/pub/
MASTER_SITE_SUBDIR= guile

MAINTAINER= jseger@FreeBSD.org

USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
LIBTOOLFILES=   configure guile-readline/configure
CONFIGURE_ARGS= --with-threads

PLIST_SUB=  GUILE_VER=${PORTVERSION}

.include <bsd.port.mk>