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