aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircatlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircatlite/Makefile')
-rw-r--r--irc/ircatlite/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile
deleted file mode 100644
index 6464fee6d09..00000000000
--- a/irc/ircatlite/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: IRcatLite-r20000308
-# Date Created: May 14 2000
-# Whom: Yoshikazu GOTO <goto@snowy.to>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ircatlite
-PORTVERSION= 2000.03.08
-PORTREVISION= 1
-CATEGORIES= irc
-MASTER_SITES= http://www.pp.iij4u.or.jp/~tagami/gtk/
-DISTNAME= IRcatLite-r20000308
-
-MAINTAINER= goto@snowy.to
-COMMENT= A GTK based 'Internet Relay Chat' Client
-
-USE_GTK= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
-GNU_CONFIGURE= yes
-
-USE_X_PREFIX= yes
-
-DOCS= LICENSE INSTALL INSTALL.jp README README.jp
-
-WRKSRC= ${WRKDIR}/IRcatLite
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/IRcatLite
-.for file in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IRcatLite
-.endfor
-.endif
-
-.include <bsd.port.post.mk>