1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/lang/guile/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

25 lines
464 B
Makefile

# New ports collection makefile for: guile
# Date created: 2 November 1997
# Whom: jseger@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= guile
PORTVERSION= 1.3.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=1.3.4
.include <bsd.port.mk>