1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/lavaps/Makefile

24 lines
537 B
Makefile
Raw Normal View History

# 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>