1998-11-19 02:09:00 -05:00
|
|
|
# New ports collection makefile for: gicq
|
1999-03-15 14:59:24 -05:00
|
|
|
# Date Created: 31 Oct 1998
|
|
|
|
# Whom: Seiichirou Hiraoka
|
1998-11-19 02:09:00 -05:00
|
|
|
#
|
1999-08-30 10:24:37 -04:00
|
|
|
# $FreeBSD$
|
1998-11-19 02:09:00 -05:00
|
|
|
#
|
|
|
|
|
2000-04-09 14:14:07 -04:00
|
|
|
PORTNAME= gicq
|
|
|
|
PORTVERSION= 0.33
|
1998-11-19 02:09:00 -05:00
|
|
|
CATEGORIES= net
|
2000-06-29 03:03:02 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
2000-01-25 13:21:15 -05:00
|
|
|
ftp://ftp.korsoft.com/pub/gicq/
|
2000-06-29 03:03:02 -04:00
|
|
|
MASTER_SITE_SUBDIR= flathill
|
1998-11-19 02:09:00 -05:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= flathill@FreeBSD.org
|
1998-11-19 02:09:00 -05:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq
|
1999-05-28 23:56:15 -04:00
|
|
|
|
1998-11-19 02:09:00 -05:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 03:22:56 -04:00
|
|
|
USE_GTK= yes
|
|
|
|
WANT_GNOME= yes
|
1999-05-28 23:56:15 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-11-19 02:09:00 -05:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(HAVE_GNOME)
|
|
|
|
USE_GNOME= yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--without-gnome
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-patch:
|
2001-03-29 11:35:19 -05:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-05 03:22:56 -04:00
|
|
|
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
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
|
|
|
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|