1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/fugu/Makefile
Satoshi Asami 410bc0acc6 Adjust python variables to be consistent with the dependencies.
PR:		22833
Submitted by:	maintainer
2000-11-14 12:42:43 +00:00

28 lines
655 B
Makefile

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