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
|
2000-05-07 06:10:46 -04:00
|
|
|
PORTVERSION= 1.10
|
1999-10-21 01:36:34 -04:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
|
|
|
|
|
|
|
|
MAINTAINER= johnh@isi.edu
|
|
|
|
|
1999-11-28 13:32:45 -05:00
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1999-10-21 01:36:34 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
1999-11-28 13:32:45 -05:00
|
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
|
1999-10-21 01:36:34 -04:00
|
|
|
USE_NEWGCC= yes
|
|
|
|
MAN1= lavaps.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|