summaryrefslogtreecommitdiff
path: root/irc/olirc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/olirc/Makefile')
-rw-r--r--irc/olirc/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile
deleted file mode 100644
index 7e093846c5c3..000000000000
--- a/irc/olirc/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: olirc
-# Date created: Sat Jul 24 03:04:46 MET DST 1999
-# Whom: Juergen Lock <nox@jelal.kn-bremen.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= olirc
-PORTVERSION= 0.0.38.a3.2
-PORTREVISION= 5
-CATEGORIES= irc
-MASTER_SITES= http://olirc.sourceforge.net/
-DISTNAME= olirc-0.0.38-alpha-3.2
-
-MAINTAINER= nox@FreeBSD.org
-COMMENT= A small irc client using GTK+
-
-LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
-
-DEPRECATED= project is discontinued and tcl82 support is going to be dropped
-EXPIRATION_DATE= 2009-04-22
-
-PLIST_FILES= bin/olirc
-USE_BZIP2= yes
-USE_GNOME= gtk12
-USE_AUTOTOOLS= autoconf:213
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin
-
-.include <bsd.port.mk>