1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/lavaps/Makefile
Peter Pentchev 087d8f5c35 Use Tcl and Tk 8.3 instead of 8.2, as recommended by the program author.
Maintainer change.

PR:		23297
Submitted by:	Johann Visagie <johann@egenetics.com> (new maintainer)
Approved by:	John Heidemann <johnh@isi.edu> (former maintainer)
2000-12-05 16:38:12 +00:00

24 lines
537 B
Makefile

# New ports collection makefile for: lavaps
# Date created: 11-Oct-99
# Whom: johnh@isi.edu
#
# $FreeBSD$
#
PORTNAME= lavaps
PORTVERSION= 1.15
CATEGORIES= sysutils
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
MAINTAINER= johann@egenetics.com
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
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.mk>