summaryrefslogtreecommitdiff
path: root/irc/lostirc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/lostirc/Makefile')
-rw-r--r--irc/lostirc/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
deleted file mode 100644
index 82ff070b8288..000000000000
--- a/irc/lostirc/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Juan Salaverria <rael@vectorstar.net>
-
-PORTNAME= lostirc
-PORTVERSION= 0.4.6
-PORTREVISION= 15
-CATEGORIES= irc
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple and minimal IRC client for X
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Abandonware since 2005, dependens on discontinued libraries
-EXPIRATION_DATE= 2021-08-19
-
-LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
-
-USES= compiler:c++11-lang gettext gnome pathfix pkgconfig
-USE_CXXSTD= c++11
-USE_GNOME= gnomeprefix
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-kde
-
-OPTIONS_DEFINE= DOCS
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in AUTHORS ChangeLog TODO README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>