2000-10-28 02:54:55 +02:00
|
|
|
# New ports collection makefile for: fugu
|
|
|
|
# Date created: 11 August 2000
|
|
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fugu
|
2002-04-12 21:40:34 +02:00
|
|
|
PORTVERSION= 1.1.8
|
2000-10-28 02:54:55 +02:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= http://fugu.gale.org/dist/
|
|
|
|
|
|
|
|
MAINTAINER= peterh@sapros.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A graphical client for the Gale instant messaging system
|
2000-10-28 02:54:55 +02:00
|
|
|
|
2000-11-14 13:42:43 +01:00
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
|
2000-10-28 02:54:55 +02:00
|
|
|
|
2001-08-12 19:01:22 +02:00
|
|
|
USE_OPENSSL= yes
|
2000-11-14 13:42:43 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_XLIB= yes
|
2001-08-12 19:01:22 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-04-12 21:40:34 +02:00
|
|
|
USE_AUTOCONF= yes
|
2000-11-14 13:42:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-28 02:54:55 +02:00
|
|
|
|
|
|
|
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>
|