freebsd-ports/japanese/gicq/Makefile

34 lines
856 B
Makefile
Raw Normal View History

# New ports collection makefile for: gicq
1999-03-31 13:38:02 +02:00
# Version required: 0.33
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $Id: Makefile,v 1.6 1999/04/06 12:23:58 flathill Exp $
#
1999-03-31 13:38:02 +02:00
DISTNAME= gicq-0.33
PKGNAME= ja-gicq-0.33
CATEGORIES= japanese net
1999-03-31 13:38:02 +02:00
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/
1999-03-31 13:38:02 +02: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
MAINTAINER= flathill@FreeBSD.ORG
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
1998-12-11 03:30:33 +01:00
icq.0:${PORTSDIR}/japanese/libicq
1998-11-23 07:38:19 +01:00
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>