freebsd-ports/lang/gnustep-guile/Makefile

57 lines
1.2 KiB
Makefile
Raw Normal View History

2001-06-26 14:06:25 +02:00
# New ports collection makefile for: gnustep-guile
# Date created: 24 April 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
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
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= GNUstep interface to the GUILE scheme interpreter
2003-05-02 05:29:26 +02:00
LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
GNU_CONFIGURE= yes
2000-08-23 12:49:48 +02:00
CONFIGURE_TARGET=
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
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
.if defined(WITHOUT_X11)
PKGNAMESUFFIX?= -nox11
USE_GNUSTEP_BASE= yes
PLIST_SUB+= USEX11="@comment "
1999-09-09 12:25:57 +02:00
.else
USE_GNUSTEP_BACK= yes
PLIST_SUB+= USEX11=""
1999-09-09 12:25:57 +02:00
.endif
2001-06-26 14:06:25 +02:00
.include <bsd.port.pre.mk>
2003-05-02 05:29:26 +02:00
GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
pre-configure:
${TOUCH} ${WRKSRC}/Greg/ac_nonexistent.h
.if defined(WITH_GNUSTEP_DEVEL)
post-configure:
${MKDIR} ${WRKSRC}/ScriptKit/Foundation
${CP} ${FILESDIR}/NSConcreteNumber.h ${WRKSRC}/ScriptKit/Foundation/
.endif
.include <bsd.port.post.mk>