summaryrefslogtreecommitdiff
path: root/lang/o2c/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /lang/o2c/Makefile
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'lang/o2c/Makefile')
-rw-r--r--lang/o2c/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/lang/o2c/Makefile b/lang/o2c/Makefile
deleted file mode 100644
index cd4a3fac3b71..000000000000
--- a/lang/o2c/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: Oberon2C
-# Date created: December 3, 1997
-# Whom: Oliver Breuninger <ob@seicom.NET>
-#
-# $FreeBSD$
-
-PORTNAME= o2c
-PORTVERSION= 1.16
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.uni-kl.de/pub/informatik/software/ \
- http://www.breuninger.org/files/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Oberon-2 compiler
-DEPRECATED= "o2c is supplanted by lang/oo2c"
-EXPIRATION_DATE= 2005-09-28
-
-# does not support 64-bit platforms
-ONLY_FOR_ARCHS= i386
-
-USE_REINPLACE= yes
-MAKE_ENV= MAKEOBJDIR=.
-MAN1= o2b.1 o2c.1 o2ef.1 o2whereis.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
-post-extract:
- @${CP} ${FILESDIR}/o2 ${WRKSRC}
-
-post-patch:
- @${REINPLACE_CMD} -e \
- "s|\@PREFIX\@|${PREFIX}|g;" ${WRKSRC}/system/o2c.red.template
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/system/o2c.red.template ${PREFIX}/lib/o2c-1.16
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>