1998-11-19 07:39:16 +00:00
|
|
|
# New ports collection makefile for: gicq
|
1999-03-31 11:38:02 +00:00
|
|
|
# Version required: 0.33
|
1998-11-19 07:39:16 +00:00
|
|
|
# Date Created: 31 Oct 1998
|
|
|
|
# Whom: Seiichirou Hiraoka
|
|
|
|
#
|
1999-04-06 12:23:58 +00:00
|
|
|
# $Id: Makefile,v 1.5 1999/03/31 11:35:55 flathill Exp $
|
1998-11-19 07:39:16 +00:00
|
|
|
#
|
|
|
|
|
1999-03-31 11:38:02 +00:00
|
|
|
DISTNAME= gicq-0.33
|
|
|
|
PKGNAME= ja-gicq-0.33
|
1998-11-19 07:39:16 +00:00
|
|
|
CATEGORIES= japanese net
|
1999-03-31 11:38:02 +00:00
|
|
|
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/
|
1998-11-19 07:39:16 +00:00
|
|
|
|
1999-03-31 11:38:02 +00:00
|
|
|
PATCH_SITES= http://www.freebsd.org/~flathill/distfiles/ \
|
|
|
|
http://www-nagao.kuee.kyoto-u.ac.jp/member/taku/soft/
|
|
|
|
PATCHFILES= gicq-0.33ja.patch
|
|
|
|
PATCH_DIST_STRIP= -p1
|
1998-11-19 07:39:16 +00:00
|
|
|
|
|
|
|
MAINTAINER= flathill@FreeBSD.ORG
|
|
|
|
|
1999-03-31 11:38:02 +00:00
|
|
|
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
|
1998-12-11 02:30:33 +00:00
|
|
|
icq.0:${PORTSDIR}/japanese/libicq
|
1998-11-23 06:38:19 +00:00
|
|
|
|
1998-11-19 07:39:16 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --without-gnome --disable-nls
|
1999-03-31 11:38:02 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
|
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
|
|
|
|
LIBS="-lxpg4"
|
1998-11-19 07:39:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|