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-02-08 04:29:51 -05:00
|
|
|
MASTER_SITES= http://people.FreeBSD.org/~flathill/distfiles/ \
|
2000-01-25 13:21:15 -05:00
|
|
|
ftp://ftp.korsoft.com/pub/gicq/
|
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
|
|
|
|
1999-05-28 23:56:15 -04:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-05-07 21:42:40 -04:00
|
|
|
icq.0:${PORTSDIR}/net/libicq
|
1998-11-23 03:34:52 -05:00
|
|
|
|
1999-05-28 23:56:15 -04:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1998-11-19 02:09:00 -05:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-04-06 08:02:41 -04:00
|
|
|
CONFIGURE_ARGS= --without-gnome --disable-nls
|
1999-05-28 23:56:15 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-11-19 02:09:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|