freebsd-ports/lang/gnustep-guile/Makefile

58 lines
1.2 KiB
Makefile
Raw Normal View History

2001-06-26 08:06:25 -04:00
# New ports collection makefile for: gnustep-guile
# Date created: 24 April 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2001-06-26 08:06:25 -04:00
PORTNAME= gnustep-guile
2003-12-04 14:36:53 -05:00
PORTVERSION= 1.1.2
2001-06-26 08:06:25 -04:00
CATEGORIES= lang
2002-12-23 17:18:39 -05:00
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/
MASTER_SITE_SUBDIR= libs
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 13:26:42 -05:00
COMMENT= GNUstep interface to the GUILE scheme interpreter
2003-05-01 23:29:26 -04:00
LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
GNU_CONFIGURE= yes
2000-08-23 06:49:48 -04: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 06:25:57 -04:00
2001-06-26 08:06:25 -04:00
MAN1= greg.1
.if defined(WITHOUT_X11)
PKGNAMESUFFIX?= -nox11
USE_GNUSTEP_BASE= yes
PLIST_SUB+= USEX11="@comment "
1999-09-09 06:25:57 -04:00
.else
USE_GNUSTEP_BACK= yes
PLIST_SUB+= USEX11=""
1999-09-09 06:25:57 -04:00
.endif
2001-06-26 08:06:25 -04:00
.include <bsd.port.pre.mk>
2003-05-01 23:29:26 -04: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>