aboutsummaryrefslogtreecommitdiff
path: root/net-im/micq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/micq/Makefile')
-rw-r--r--net-im/micq/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile
deleted file mode 100644
index 06f8dcc23331..000000000000
--- a/net-im/micq/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: micq
-# Version required: 0.4.3
-# Date created: 11 Oct 1998
-# Whom: mph
-#
-# $FreeBSD$
-#
-
-DISTNAME= micq-0.4.3
-CATEGORIES= net
-MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= mph@freebsd.org
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/micq
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq
-.endif
-
-.include <bsd.port.mk>