freebsd-ports/lang/guile/Makefile
Ade Lovett 7400314e11 Update to 1.4 (shlib version .6 -> .9)
Approved by:	maintainer
2000-08-04 01:04:03 +00:00

25 lines
471 B
Makefile

# 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>