2001-06-26 14:06:25 +02:00
|
|
|
# New ports collection makefile for: gnustep-guile
|
|
|
|
# Date created: 24 April 2001
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1999-05-10 13:32:03 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-05-10 13:32:03 +02:00
|
|
|
#
|
|
|
|
|
2001-06-26 14:06:25 +02:00
|
|
|
PORTNAME= gnustep-guile
|
2003-12-04 20:36:53 +01:00
|
|
|
PORTVERSION= 1.1.2
|
2001-06-26 14:06:25 +02:00
|
|
|
CATEGORIES= lang
|
2004-01-31 13:16:18 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
2002-12-23 23:18:39 +01:00
|
|
|
MASTER_SITE_SUBDIR= libs
|
1999-05-10 13:32:03 +02:00
|
|
|
|
2002-06-07 19:34:38 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= GNUstep interface to the GUILE scheme interpreter
|
1999-05-10 13:32:03 +02:00
|
|
|
|
2003-05-02 05:29:26 +02:00
|
|
|
LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
|
1999-05-10 13:32:03 +02:00
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/GNUstep
|
2003-04-13 09:34:29 +02:00
|
|
|
NO_MTREE= yes
|
1999-05-10 13:32:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-08-23 12:49:48 +02:00
|
|
|
CONFIGURE_TARGET=
|
1999-05-10 13:32:03 +02:00
|
|
|
USE_GMAKE= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
1999-05-10 13:32:03 +02:00
|
|
|
MAKEFILE=
|
|
|
|
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
|
2003-04-13 09:34:29 +02:00
|
|
|
PLIST_SUB+= GUILE_VER="${GUILE_VER}"
|
1999-09-09 12:25:57 +02:00
|
|
|
|
2001-06-26 14:06:25 +02:00
|
|
|
MAN1= greg.1
|
|
|
|
|
2003-04-13 09:34:29 +02:00
|
|
|
.if defined(WITHOUT_X11)
|
|
|
|
PKGNAMESUFFIX?= -nox11
|
|
|
|
USE_GNUSTEP_BASE= yes
|
|
|
|
PLIST_SUB+= USEX11="@comment "
|
1999-09-09 12:25:57 +02:00
|
|
|
.else
|
2003-04-13 09:34:29 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
PLIST_SUB+= USEX11=""
|
1999-09-09 12:25:57 +02:00
|
|
|
.endif
|
2001-06-26 14:06:25 +02:00
|
|
|
|
2003-04-13 09:34:29 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-09-21 14:01:41 +02:00
|
|
|
|
2003-05-02 05:29:26 +02:00
|
|
|
GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
|
2000-09-21 14:01:41 +02:00
|
|
|
|
2003-06-01 07:09:24 +02:00
|
|
|
pre-configure:
|
|
|
|
${TOUCH} ${WRKSRC}/Greg/ac_nonexistent.h
|
|
|
|
|
2003-12-10 23:05:55 +01:00
|
|
|
.if defined(WITH_GNUSTEP_DEVEL)
|
|
|
|
post-configure:
|
|
|
|
${MKDIR} ${WRKSRC}/ScriptKit/Foundation
|
|
|
|
${CP} ${FILESDIR}/NSConcreteNumber.h ${WRKSRC}/ScriptKit/Foundation/
|
|
|
|
.endif
|
|
|
|
|
1999-05-10 13:32:03 +02:00
|
|
|
.include <bsd.port.post.mk>
|