aboutsummaryrefslogtreecommitdiff
path: root/net-im/xicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/xicq/Makefile')
-rw-r--r--net-im/xicq/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile
deleted file mode 100644
index 06322a96cecc..000000000000
--- a/net-im/xicq/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: xicq
-# Date created: 29 June 1998
-# Whom: scrappy
-#
-# $FreeBSD$
-#
-
-PORTNAME= xicq
-PORTVERSION= 19980712
-CATEGORIES= net
-MASTER_SITES= http://projekt.pinknet.cz/ftp/ICQ/linux/Xicq/
-DISTNAME= xicq-071298-snapshot.src
-
-MAINTAINER= scrappy@FreeBSD.org
-COMMENT= Xtropy's ICQ Client
-
-WRKSRC= ${WRKDIR}/xicq-071298
-
-USE_GMAKE= yes
-MAKE_ENV= OPT="${CFLAGS}"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
- ${MKDIR} ${PREFIX}/share/examples/xicq
-.for file in contact config
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
-.endfor
-
-.include <bsd.port.post.mk>