1998-11-19 07:09:00 +00:00
|
|
|
# New ports collection makefile for: gicq
|
1999-03-15 19:59:24 +00:00
|
|
|
# Version required: 0.33
|
|
|
|
# Date Created: 31 Oct 1998
|
|
|
|
# Whom: Seiichirou Hiraoka
|
1998-11-19 07:09:00 +00:00
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-11-19 07:09:00 +00:00
|
|
|
#
|
|
|
|
|
1999-03-15 19:59:24 +00:00
|
|
|
DISTNAME= gicq-0.33
|
1998-11-19 07:09:00 +00:00
|
|
|
CATEGORIES= net
|
1999-04-06 12:02:41 +00:00
|
|
|
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
|
1999-03-15 19:59:24 +00:00
|
|
|
http://www.nectar.com/distfiles/
|
1998-11-19 07:09:00 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= flathill@FreeBSD.org
|
1998-11-19 07:09:00 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-05-08 01:42:40 +00:00
|
|
|
icq.0:${PORTSDIR}/net/libicq
|
1998-11-23 08:34:52 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1998-11-19 07:09:00 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-04-06 12:02:41 +00:00
|
|
|
CONFIGURE_ARGS= --without-gnome --disable-nls
|
1999-05-29 03:56:15 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-11-19 07:09:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|