2001-06-26 12:06:25 +00:00
|
|
|
# New ports collection makefile for: gnustep-guile
|
|
|
|
# Date created: 24 April 2001
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1999-05-10 11:32:03 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-05-10 11:32:03 +00:00
|
|
|
#
|
|
|
|
|
2007-01-13 03:57:25 +00:00
|
|
|
PORTNAME= guile
|
2004-02-24 07:18:39 +00:00
|
|
|
PORTVERSION= 1.1.4
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2007-01-31 18:18:14 +00:00
|
|
|
CATEGORIES= lang gnustep
|
2004-01-31 12:16:18 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
2002-12-23 22:18:39 +00:00
|
|
|
MASTER_SITE_SUBDIR= libs
|
2007-01-13 03:57:25 +00:00
|
|
|
PKGNAMEPREFIX= gnustep-
|
2004-03-26 20:33:19 +00:00
|
|
|
PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2}
|
2007-01-13 03:57:25 +00:00
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
1999-05-10 11:32:03 +00:00
|
|
|
|
2002-06-07 17:34:38 +00:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 18:26:42 +00:00
|
|
|
COMMENT= GNUstep interface to the GUILE scheme interpreter
|
1999-05-10 11:32:03 +00:00
|
|
|
|
2003-05-02 03:29:26 +00:00
|
|
|
LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
|
1999-05-10 11:32:03 +00:00
|
|
|
|
2003-08-28 01:42:30 +00:00
|
|
|
USE_GNUSTEP= yes
|
2006-03-19 04:35:47 +00:00
|
|
|
USE_GNUSTEP_PREFIX= yes
|
2003-08-28 01:42:30 +00:00
|
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 03:57:25 +00:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET=
|
1999-05-10 11:32:03 +00:00
|
|
|
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
|
2003-04-13 07:34:29 +00:00
|
|
|
PLIST_SUB+= GUILE_VER="${GUILE_VER}"
|
1999-09-09 10:25:57 +00:00
|
|
|
|
2001-06-26 12:06:25 +00:00
|
|
|
MAN1= greg.1
|
|
|
|
|
2003-04-13 07:34:29 +00:00
|
|
|
.if defined(WITHOUT_X11)
|
2004-03-26 20:33:19 +00:00
|
|
|
NOX11_SUFFIX?= -nox11
|
2003-04-13 07:34:29 +00:00
|
|
|
USE_GNUSTEP_BASE= yes
|
|
|
|
PLIST_SUB+= USEX11="@comment "
|
2004-02-25 10:52:08 +00:00
|
|
|
CONFLICTS?= gnustep-guile-1.*
|
1999-09-09 10:25:57 +00:00
|
|
|
.else
|
2003-04-13 07:34:29 +00:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
PLIST_SUB+= USEX11=""
|
2004-02-25 10:52:08 +00:00
|
|
|
CONFLICTS?= gnustep-guile-nox11-1.*
|
1999-09-09 10:25:57 +00:00
|
|
|
.endif
|
2001-06-26 12:06:25 +00:00
|
|
|
|
2003-04-13 07:34:29 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-09-21 12:01:41 +00:00
|
|
|
|
2003-05-02 03:29:26 +00:00
|
|
|
GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
|
2000-09-21 12:01:41 +00:00
|
|
|
|
2007-02-25 11:57:40 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
|
|
|
|
${WRKSRC}/Greg/configure
|
|
|
|
|
2003-06-01 05:09:24 +00:00
|
|
|
pre-configure:
|
|
|
|
${TOUCH} ${WRKSRC}/Greg/ac_nonexistent.h
|
|
|
|
|
1999-05-10 11:32:03 +00:00
|
|
|
.include <bsd.port.post.mk>
|