2000-04-09 15:09:11 -04:00
|
|
|
# New ports collection makefile for: lavaps
|
|
|
|
# Date created: 11-Oct-99
|
|
|
|
# Whom: johnh@isi.edu
|
1999-10-21 01:36:34 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 15:09:11 -04:00
|
|
|
PORTNAME= lavaps
|
2002-01-24 09:52:25 -05:00
|
|
|
PORTVERSION= 1.20
|
2001-01-16 12:33:20 -05:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
|
1999-10-21 01:36:34 -04:00
|
|
|
|
2001-06-27 06:15:01 -04:00
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
1999-10-21 01:36:34 -04:00
|
|
|
|
2000-12-05 11:38:12 -05:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
1999-10-21 01:36:34 -04:00
|
|
|
|
2001-01-19 18:56:11 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500014
|
2001-01-19 17:16:40 -05:00
|
|
|
BROKEN= Changes to process info structs returned by kernel renders \
|
2001-06-05 08:47:32 -04:00
|
|
|
lavaps unbuildable - author has been made aware of this
|
2001-01-19 18:56:11 -05:00
|
|
|
.endif
|
2001-01-19 17:16:40 -05:00
|
|
|
|
2001-01-16 12:33:20 -05:00
|
|
|
GNU_CONFIGURE= yes
|
1999-10-21 01:36:34 -04:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
2000-12-05 11:38:12 -05:00
|
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
|
2001-01-16 12:33:20 -05:00
|
|
|
MAN1= lavaps.1
|
1999-10-21 01:36:34 -04:00
|
|
|
|
2001-01-19 18:56:11 -05:00
|
|
|
.include <bsd.port.post.mk>
|