1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/lang/guile/Makefile

29 lines
547 B
Makefile
Raw Normal View History

# New ports collection makefile for: guile
# Date created: 2 November 1997
# Whom: jseger@FreeBSD.org
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= guile
PORTVERSION= 1.3.4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.guile.org/pub/
MASTER_SITE_SUBDIR= guile
1997-11-10 09:40:35 +00:00
MAINTAINER= jseger@FreeBSD.org
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-threads
1999-11-29 02:37:14 +00:00
USE_LIBTOOL= yes
1999-12-01 05:21:30 +00:00
LIBTOOLFILES= configure guile-readline/configure
1999-11-29 02:37:14 +00:00
PLIST_SUB= GUILE_VER=1.3.4
1998-09-22 15:44:12 +00:00
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>