aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clips/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 22:09:03 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 22:09:03 +0800
commit5ddfcf2bb6bb5822785d872546b97df14a57842c (patch)
tree9f25cb5d98b8f5a014dd4e3ec4b10542108b0340 /lang/clips/Makefile
parentfa04dbd24c47cf77e51f58e9182b13c4fdaff6ad (diff)
downloadfreebsd-ports-gnome-5ddfcf2bb6bb5822785d872546b97df14a57842c.tar.gz
freebsd-ports-gnome-5ddfcf2bb6bb5822785d872546b97df14a57842c.tar.zst
freebsd-ports-gnome-5ddfcf2bb6bb5822785d872546b97df14a57842c.zip
Remove unmaintained expired ports from lang
2011-05-01 lang/cim: Upstream disapear and distfile is no more available 2011-05-01 lang/clips: Upstream disapear and distfile is no more available 2011-05-01 lang/eiffel: Upstream disapear and distfile is no more available 2011-05-01 lang/libutils: Upstream disapear and distfile is no more available 2011-05-01 lang/linux-libperl5.8: Upstream disapear and distfile is no more available 2011-05-01 lang/osb-jscore: Abandonware, please use www/webkit-gtk2
Diffstat (limited to 'lang/clips/Makefile')
-rw-r--r--lang/clips/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/lang/clips/Makefile b/lang/clips/Makefile
deleted file mode 100644
index 3ca16e1859ef..000000000000
--- a/lang/clips/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: clips
-# Date created: 8 July 2001
-# Whom: Douglas Anestad <yotta@dougdidit.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= clips
-PORTVERSION= 6.24
-CATEGORIES= lang
-MASTER_SITES= http://www.ghg.net/clips/download/source/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= vd/${PORTNAME}
-DISTFILES= clipssrc.tar.Z ${MAKEFILE}
-DIST_SUBDIR= clips-${PORTVERSION}
-EXTRACT_ONLY= ${DISTFILES:M*.tar.*}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A productive development and delivery expert system tool
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}src/${PORTNAME}src
-
-MAKEFILE= makefile.gcc
-ALL_TARGET= clips
-
-PLIST_FILES= bin/clips
-
-post-extract:
- ${CP} ${DISTDIR}/${DIST_SUBDIR}/${MAKEFILE} ${WRKSRC}/
-
-do-patch:
- ${REINPLACE_CMD} -e 's#gcc #${CC} ${CFLAGS} #g' ${WRKSRC}/${MAKEFILE}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/clips ${PREFIX}/bin/
-
-.include <bsd.port.mk>