aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sxm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sxm/Makefile')
-rw-r--r--lang/sxm/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/sxm/Makefile b/lang/sxm/Makefile
deleted file mode 100644
index 4a3456e10bd..00000000000
--- a/lang/sxm/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= sxm
-PORTVERSION= 1.1
-PORTREVISION= 1
-CATEGORIES= lang scheme
-MASTER_SITES= http://www.malgil.com/sxm/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Another implementation of Scheme
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-USE_GMAKE= yes
-ALL_TARGET= all image Formlist
-
-MAN1= sxm.1 sxi.1
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
- s,^CC,#CC,g" ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>