freebsd-ports/net/fugu/Makefile
Michael Haro ae5c7fe165 Update net/fugu from 0.9.9e to 1.0
also fix build problem detected by the package building cluster

PR:		25954
Submitted by:	    maintainer
2001-04-06 06:34:54 +00:00

28 lines
703 B
Makefile

# New ports collection makefile for: fugu
# Date created: 11 August 2000
# Whom: Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#
PORTNAME= fugu
PORTVERSION= 1.0
CATEGORIES= net python
MASTER_SITES= http://fugu.gale.org/dist/
MAINTAINER= peterh@sapros.com
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
USE_PYTHON= yes
USE_XLIB= yes
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>