summaryrefslogtreecommitdiff
path: root/sysutils/lavaps
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /sysutils/lavaps
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r--sysutils/lavaps/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
index 600f49b818fd..1332752c8703 100644
--- a/sysutils/lavaps/Makefile
+++ b/sysutils/lavaps/Makefile
@@ -7,17 +7,17 @@
PORTNAME= lavaps
PORTVERSION= 1.15
-CATEGORIES= sysutils
-MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
+CATEGORIES= sysutils
+MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
-MAINTAINER= johann@egenetics.com
+MAINTAINER= johann@egenetics.com
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
-GNU_CONFIGURE= yes
+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
+MAN1= lavaps.1
.include <bsd.port.mk>