summaryrefslogtreecommitdiff
path: root/net-im/climm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r--net-im/climm/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
deleted file mode 100644
index dc57bc3ae390..000000000000
--- a/net-im/climm/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: micq
-# Date created: 11 Oct 1998
-# Whom: mph
-#
-# $FreeBSD$
-#
-
-PORTNAME= micq
-PORTVERSION= 0.4.10.1
-CATEGORIES= net
-MASTER_SITES= http://micq.org/source/ \
- http://micq.alpha345.com/source/ \
- http://http.bg.micq.org/source/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Text-based ICQ implementation
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-
-MAN1= micq.1
-MAN5= micqrc.5
-MAN7= micq.7
-
-.if !defined(WITHOUT_LIBICONV)
-LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
-CONFIGURE_ARGS+= --enable-iconv
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-.endif
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${MANPREFIX}/man/man5
- ${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${MANPREFIX}/man/man7
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for ext in i18n logformat png txt xpm
- ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>