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/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
deleted file mode 100644
index 835a6975cd19..000000000000
--- a/net-im/centericq/Makefile
+++ /dev/null
@@ -1,38 +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.7.2
-PORTREVISION= 0
-CATEGORIES= net
-MASTER_SITES= http://konst.org.ua/download/
-
-MAINTAINER= ijliao@FreeBSD.org
-
-LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
- iconv.3:${PORTSDIR}/converters/libiconv \
- sigc.1:${PORTSDIR}/devel/libsigc++
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-MAN1= centericq.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400010
-LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR})
-.endif
-
-.include <bsd.port.post.mk>