mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
087d8f5c35
Maintainer change. PR: 23297 Submitted by: Johann Visagie <johann@egenetics.com> (new maintainer) Approved by: John Heidemann <johnh@isi.edu> (former maintainer)
24 lines
537 B
Makefile
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>
|