aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnustep-guile/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-02 01:12:32 +0800
committerbapt <bapt@FreeBSD.org>2014-09-02 01:12:32 +0800
commit0cce0d7ddeb6dd72c9af4b0d98f1180f0b4e9287 (patch)
tree821835ef871d8d5f876233f0c9ca25b093d3811d /lang/gnustep-guile/Makefile
parentcfb7c7bce75972ce11cb56cbe27ce7ffb31f462a (diff)
downloadfreebsd-ports-gnome-0cce0d7ddeb6dd72c9af4b0d98f1180f0b4e9287.tar.gz
freebsd-ports-gnome-0cce0d7ddeb6dd72c9af4b0d98f1180f0b4e9287.tar.zst
freebsd-ports-gnome-0cce0d7ddeb6dd72c9af4b0d98f1180f0b4e9287.zip
Remove non staged ports without pending PR from l*
Diffstat (limited to 'lang/gnustep-guile/Makefile')
-rw-r--r--lang/gnustep-guile/Makefile70
1 files changed, 0 insertions, 70 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
deleted file mode 100644
index a85cfa45d6e8..000000000000
--- a/lang/gnustep-guile/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# Created by: Thomas Gellekum <tg@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= guile
-PORTVERSION= 1.1.4
-PORTREVISION= 8
-CATEGORIES= lang gnustep
-MASTER_SITES= ${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR= libs
-PKGNAMEPREFIX= gnustep-
-PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GNUstep interface to the GUILE scheme interpreter
-
-BROKEN= Does not build
-
-LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile
-
-LICENSE= GPLv2
-
-USE_GNUSTEP= yes
-USE_GNUSTEP_CONFIGURE= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
-
-GNU_CONFIGURE= yes
-MAKE_FLAGS= OPTFLAG="${CFLAGS}"
-PLIST_SUB+= GUILE_VER="${GUILE_VER}"
-
-MAN1= greg.1
-INFO= greg
-
-FIXME= Library/gg_class.m ScriptKit/Library/GuileInterpreter.m
-
-.if defined(WITHOUT_X11)
-NOX11_SUFFIX?= -nox11
-USE_GNUSTEP_BASE= yes
-PLIST_SUB+= USEX11="@comment "
-CONFLICTS?= gnustep-guile-1.*
-.else
-USE_GNUSTEP_BACK= yes
-PLIST_SUB+= USEX11=""
-CONFLICTS?= gnustep-guile-nox11-1.*
-.endif
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-GUILE_VER!= ${MAKE} -C ${PORTSDIR}/lang/guile -V GUILE_VER
-
-post-patch:
- ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
- ${WRKSRC}/Greg/configure
-.for i in ${FIXME}
- ${REINPLACE_CMD} -e 's|scm_catch_body_t|scm_t_catch_body|' \
- -e 's|scm_catch_handler_t|scm_t_catch_handler|' \
- -e 's|scm_intern|scm_c_define|' \
- ${WRKSRC}/${i}
-.endfor
-
-pre-configure:
- ${TOUCH} ${WRKSRC}/Greg/ac_nonexistent.h
-
-post-configure:
- ${MV} ${WRKSRC}/Greg/Makefile ${WRKSRC}/Greg/GNUmakefile
-
-.include <bsd.port.post.mk>