aboutsummaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
blob: b90dbebc73ec793d61ea1462c99adac098aeba20 (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
25
26
27
28
# New ports collection makefile for:	guile
# Version required:	1.3.4
# Date created:		2 November 1997
# Whom:			jseger@FreeBSD.org
#
# $FreeBSD$
#

DISTNAME=	guile-1.3.4
CATEGORIES=	lang
MASTER_SITES=	${MASTER_SITE_GNU} \
		ftp://ftp.guile.org/pub/
MASTER_SITE_SUBDIR=	guile

MAINTAINER=	jseger@FreeBSD.org

GNU_CONFIGURE=	YES
CONFIGURE_ARGS=	--with-threads

USE_LIBTOOL=	yes
LIBTOOLFILES=	configure guile-readline/configure

PLIST_SUB=	GUILE_VER=1.3.4

post-install:
	@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>