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

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

MAINTAINER=	wjv@FreeBSD.org

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

.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500014
BROKEN=		Changes to process info structs returned by kernel renders \
		lavaps unbuildable - author has been made aware of this
.endif

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

.include <bsd.port.post.mk>