summaryrefslogtreecommitdiff
path: root/net-im/centericq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r--net-im/centericq/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
deleted file mode 100644
index a42f51315085..000000000000
--- a/net-im/centericq/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: centericq
-# Date created: 25 December 1999
-# Whom: Chris Piazza <cpiazza@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= centericq
-PORTVERSION= 4.9.5
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://konst.org.ua/download/
-
-MAINTAINER= ijliao@FreeBSD.org
-COMMENT= A ncurses based interface for ICQ, Yahoo!, AIM, MSN and IRC
-
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
- iconv.3:${PORTSDIR}/converters/libiconv \
-# fribidi.0:${PORTSDIR}/converters/fribidi
-
-USE_OPENSSL= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
-LDFLAGS+= -L${LOCALBASE}/lib -lstdc++
-CONFIGURE_ARGS= --with-openssl --disable-konst
-#CONFIGURE_ARGS= --with-fribidi
-
-MAN1= centericq.1 cicqconv.1 cicqsync.1
-
-post-patch:
-.for file in kkconsui-0.1/include/conf.h kkstrtext-0.1/conf.h kksystr-0.1/include/conf.h
- @(cd ${WRKSRC} ; \
- ${MV} -f ${file} ${file}.orig ; \
- ${GREP} -v "_G_config.h" ${file}.orig > ${file})
-.endfor
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR})
-.endif
-
-.include <bsd.port.mk>