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
|
2001-04-06 06:34:54 +00:00
|
|
|
PORTVERSION= 1.0
|
2000-10-28 00:54:55 +00:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= http://fugu.gale.org/dist/
|
|
|
|
|
|
|
|
MAINTAINER= peterh@sapros.com
|
|
|
|
|
2000-11-14 12:42:43 +00:00
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
|
2001-04-06 06:34:54 +00:00
|
|
|
LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
|
2000-10-28 00:54:55 +00:00
|
|
|
|
2000-11-14 12:42:43 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_XLIB= yes
|
|
|
|
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>
|