aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/gicq/Makefile
blob: 80a93a71b89bd7e5c43423b2c43d78a2a9c8ccee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    gicq
# Date Created:         31 Oct 1998
# Whom:             Seiichirou Hiraoka
#
# $FreeBSD$
#

PORTNAME=   gicq
PORTVERSION=    0.33
CATEGORIES= japanese net
MASTER_SITES=   http://people.FreeBSD.org/~flathill/distfiles/ \
        ftp://ftp.korsoft.com/pub/gicq/

PATCH_SITES=    http://people.FreeBSD.org/~flathill/distfiles/ \
        http://www-nagao.kuee.kyoto-u.ac.jp/member/taku/soft/
PATCHFILES= ${DISTNAME}ja.patch
PATCH_DIST_STRIP=   -p1

MAINTAINER= flathill@FreeBSD.org

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12  \
        icq.0:${PORTSDIR}/japanese/libicq

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>