summaryrefslogtreecommitdiff
path: root/net-im/micq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/micq/Makefile')
-rw-r--r--net-im/micq/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile
deleted file mode 100644
index 6c143341ccef..000000000000
--- a/net-im/micq/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: micq
-# Version required: 0.4.*
-# Date created: 11 Oct 1998
-# Whom: mph
-#
-# $FreeBSD$
-#
-
-DISTNAME= micq-0.4.1
-CATEGORIES= net
-MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= mph@freebsd.org
-
-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>