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