2001-04-06 22:58:04 -04:00
|
|
|
# New ports collection makefile for: gtk+licq
|
|
|
|
# Date created: 17 Oct 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk+licq
|
|
|
|
PORTVERSION= 0.50.1
|
2001-04-07 17:02:44 -04:00
|
|
|
PORTREVISION= 1
|
2001-04-06 22:58:04 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://gtk.licq.org/download/
|
|
|
|
|
|
|
|
MAINTAINER= ishmael27@home.com
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq
|
2001-04-07 17:02:44 -04:00
|
|
|
LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell
|
2001-04-06 22:58:04 -04:00
|
|
|
RUN_DEPENDS= licq:${PORTSDIR}/net/licq
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GTK= yes
|
|
|
|
WANT_GNOME= yes
|
|
|
|
USE_LIBTOOL= yes
|
2001-04-07 17:02:44 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-04-06 22:58:04 -04:00
|
|
|
|
2001-04-07 17:02:44 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(HAVE_GNOME)
|
|
|
|
USE_GNOME= yes
|
|
|
|
CONFIGURE_ARGS= --enable-gnome
|
2001-04-06 22:58:04 -04:00
|
|
|
.else
|
2001-04-07 17:02:44 -04:00
|
|
|
CONFIGURE_ARGS= --disable-gnome
|
|
|
|
post-patch:
|
|
|
|
@${PERL5} -pi -e \
|
|
|
|
's|^SUBDIRS\ =.*|SUBDIRS\ =\ |' ${WRKSRC}/doc/Makefile.in
|
2001-04-06 22:58:04 -04:00
|
|
|
.endif
|
|
|
|
|
2001-04-07 17:02:44 -04:00
|
|
|
post-configure:
|
|
|
|
@${PERL5} -pi -e \
|
|
|
|
's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
|
|
|
${WRKSRC}/libtool
|
2001-04-06 22:58:04 -04:00
|
|
|
|
2001-04-07 17:02:44 -04:00
|
|
|
.include <bsd.port.post.mk>
|