aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/fugu/Makefile
blob: 716c09965d0c9a102978f4ad2c555105276a7422 (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
# New ports collection makefile for:    fugu
# Date created:             11 August 2000
# Whom:                 Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#

PORTNAME=   fugu
PORTVERSION=    1.1.8
PORTREVISION=   1
CATEGORIES= net-im python
MASTER_SITES=   http://fugu.gale.org/dist/old/

MAINTAINER= peterh@sapros.com
COMMENT=    A graphical client for the Gale instant messaging system

RUN_DEPENDS+=   ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw

USE_OPENSSL=    yes
USE_PYTHON= yes
USE_XLIB=   yes
USE_X_PREFIX=   yes
USE_AUTOTOOLS=  autoconf:213
GNU_CONFIGURE=  yes

CFLAGS+=    -I${LOCALBASE}/include -L${LOCALBASE}/lib
CPPFLAGS+=  -I${LOCALBASE}/include -L${LOCALBASE}/lib
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALL=""
PLIST_SUB+= PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>