summaryrefslogtreecommitdiff
path: root/sysutils/lavaps/Makefile
blob: 0878c3d1914a22e040915a39e4ac2baa2dd52987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.6 2000/09/06 16:09:50 jlam Exp $
#

DISTNAME=	lavaps-1.10
CATEGORIES=	sysutils x11
MASTER_SITES=	http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/

DEPENDS+=	tk-8.3.2:../../x11/tk

USE_X11=	YES
GNU_CONFIGURE=	YES
CONFIGURE_ARGS=	--with-additional-includes='-I${LOCALBASE}/include' \
		--with-additional-libs='-L${LOCALBASE}/lib' \
		--with-tcl-ver=8.3.2 --with-tk-ver=8.3.2

.include "../../mk/bsd.pkg.mk"