freebsd-ports/sysutils/lavaps/Makefile
Kris Kennaway 2959cafc5e Update to lavaps 1.10 and add a patch to drop setgid privileges
once we no longer need them.

Approved by:	John Heidemann <johnh@isi.edu> (Maintainer)
2000-05-07 10:10:46 +00:00

24 lines
530 B
Makefile

# New ports collection makefile for: lavaps
# Date created: 11-Oct-99
# Whom: johnh@isi.edu
#
# $FreeBSD$
#
PORTNAME= lavaps
PORTVERSION= 1.10
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>