blob: 8b13ecacc27a0e68bb3ea1c0cd85c9bf7a5059d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.20 2001/02/17 09:07:11 agc Exp $
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
#
DISTNAME= guile-1.4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
MAINTAINER= perry@piermont.com
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
DEPENDS+= readline>=4.1:../../devel/readline
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
# to find libreadline
CFLAGS+= -I${PREFIX}/include
INFO_FILES= data-rep.info
.include "../../mk/bsd.pkg.mk"
|