aboutsummaryrefslogtreecommitdiffstats
path: root/net/fugu/Makefile
blob: 9880d9db17b2cfdd653b2eaa23c1d8c6552ae44b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>