mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5178b48938
ldconfig in PLIST need personal consideration.
25 lines
465 B
Makefile
25 lines
465 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_SHLIBS= yes
|
|
LIBTOOLFILES= configure guile-readline/configure
|
|
CONFIGURE_ARGS= --with-threads
|
|
|
|
PLIST_SUB= GUILE_VER=1.3.4
|
|
|
|
.include <bsd.port.mk>
|