aboutsummaryrefslogtreecommitdiff
path: root/net-im/climm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r--net-im/climm/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
deleted file mode 100644
index 45d671a8cb9c..000000000000
--- a/net-im/climm/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: micq
-# Version required: 0.3.3
-# Date created: 11 Oct 1998
-# Whom: mph
-#
-# $Id: Makefile,v 1.3 1998/12/14 22:36:07 mph Exp $
-#
-
-DISTNAME= micq
-PKGNAME= micq-0.3.3
-CATEGORIES= net
-MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= mph@freebsd.org
-
-WRKSRC= ${WRKDIR}/micq981218
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/micq
-.for file in README TODO WISHLIST commands.txt
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
-.endfor
-.endif
-
-.include <bsd.port.mk>