View | Details | Raw Unified | Return to bug 189115
Collapse All | Expand All

(-)./Makefile (-2 / +12 lines)
Lines 4-20 Link Here
4
4
5
PORTNAME=	guile
5
PORTNAME=	guile
6
PORTVERSION=	1.8.8
6
PORTVERSION=	1.8.8
7
PORTREVISION=	1
7
CATEGORIES=	lang scheme
8
CATEGORIES=	lang scheme
8
MASTER_SITES=	${MASTER_SITE_GNU}
9
MASTER_SITES=	${MASTER_SITE_GNU}
9
MASTER_SITE_SUBDIR=	guile
10
MASTER_SITE_SUBDIR=	guile
10
11
11
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	5u623l20@gmail.com
12
COMMENT=	GNU Ubiquitous Intelligent Language for Extension
13
COMMENT=	GNU Ubiquitous Intelligent Language for Extension
13
14
15
LICENSE=	LGPL21
16
14
LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
17
LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
15
18
16
USE_AUTOTOOLS=	autoconf libltdl
19
USE_AUTOTOOLS=	autoconf libltdl
17
USES=		gettext gmake ncurses
20
USES=		gmake ncurses
18
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
20
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
Lines 29-34 Link Here
29
32
30
INFO=		goops guile-tut guile r5rs
33
INFO=		goops guile-tut guile r5rs
31
34
35
OPTIONS_DEFINE=		NLS
36
OPTIONS_DEFAULT=
37
OPTIONS_SUB=		yes
38
39
NLS_USES=		gettext
40
NLS_CONFIGURE_OFF=	--disable-nls
41
32
post-extract:
42
post-extract:
33
	cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
43
	cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
34
	@${FIND} ${WRKSRC}/doc -name "*.info*" -delete
44
	@${FIND} ${WRKSRC}/doc -name "*.info*" -delete

Return to bug 189115