aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lavaps/Makefile
blob: 2b38b494ad78798fa6f9a209fed8945aff5e1098 (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
# New ports collection makefile for:    lavaps
# Date created:     11-Oct-99
# Whom:         johnh@isi.edu
#
# $FreeBSD$
#

PORTNAME=   lavaps
PORTVERSION=    1.8
CATEGORIES=     sysutils
MASTER_SITES=   http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/

MAINTAINER=     johnh@isi.edu

LIB_DEPENDS=    tk82.1:${PORTSDIR}/x11-toolkits/tk82

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
USE_NEWGCC= yes
MAN1=           lavaps.1

.include <bsd.port.mk>