summaryrefslogtreecommitdiff
path: root/net-im/gicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gicq/Makefile')
-rw-r--r--net-im/gicq/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
deleted file mode 100644
index de7f066f47bd..000000000000
--- a/net-im/gicq/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: gicq
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
-#
-# $FreeBSD$
-#
-
-PORTNAME= gicq
-PORTVERSION= 0.33
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://download.sourceforge.net/gicq/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= flathill
-
-MAINTAINER= flathill@FreeBSD.org
-COMMENT= GTK based ICQ program
-
-LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gtk12 gnomehack
-WANT_GNOME= yes
-USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME+= gnomeprefix gnomelibs
-PKGNAMESUFFIX= -gnome
-PLIST_SUB= DATADIR="share/gnome"
-.else
-CONFIGURE_ARGS+=--without-gnome
-PLIST_SUB= DATADIR="share"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
- s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
- s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>