summaryrefslogtreecommitdiff
path: root/lang/gambit-c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gambit-c/Makefile')
-rw-r--r--lang/gambit-c/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile
deleted file mode 100644
index 3fe0174f9f13..000000000000
--- a/lang/gambit-c/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gambc
-# Date created: 28 December 2006
-# Whom: Rob Zinkov
-#
-# $FreeBSD$
-#
-
-PORTNAME= gambc
-DISTVERSION= 4.0b20
-PORTREVISION= 1
-CATEGORIES= lang
-MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/4.0/source/
-
-MAINTAINER= rzinkov@gmail.com
-COMMENT= Gambit programming system where the compiler generates portable C code
-
-CONFLICTS= ghostscript-gpl-* ghostscript-gnu-*
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS= --enable-single-host --enable-gcc-opts
-
-INFO= gambit-c
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|/4.0b20||' ${WRKSRC}/configure
-
-post-configure:
- @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>