Modified: trunk/dports/editors/nvi/Portfile (32269 => 32270)
--- trunk/dports/editors/nvi/Portfile 2007-12-23 13:50:00 UTC (rev 32269)
+++ trunk/dports/editors/nvi/Portfile 2007-12-23 13:52:36 UTC (rev 32270)
@@ -1,28 +1,40 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+
name nvi
version 1.81.6
categories editors
maintainers nomaintainer
description A vi/ex clone
-long_description \
- Nvi is an implementation of the ex/vi text editor originally \
- distributed as part of the Fourth Berkeley Software Distribution \
- (4BSD), by the University of California, Berkeley.
+
+long_description \
+ Nvi is an implementation of the ex/vi text editor originally \
+ distributed as part of the Fourth Berkeley Software Distribution \
+ (4BSD), by the University of California, Berkeley.
+
homepage http://www.bostic.com/vi/
platforms darwin
-master_sites http://www.kotnet.org/~skimo/nvi/devel/
+master_sites http://www.kotnet.org/~skimo/nvi/devel/
checksums md5 88d1e23115ee9f2961186b62e55f5704
use_bzip2 yes
-worksrcdir ${name}-${version}/dist
-depends_lib port:db3
+worksrcdir ${name}-${version}/dist
-patchfiles patch-ex_script.c.diff
-configure.args --program-prefix=n --with-db3=${prefix} --without-x \
- --mandir=${prefix}/share/man
-configure.cppflags-append -I${prefix}/include/db3
+depends_lib \
+ port:db3
+patchfiles \
+ patch-ex_script.c.diff
+
+configure.args \
+ --program-prefix=n \
+ --with-db3=${prefix} \
+ --without-x \
+ --mandir=${prefix}/share/man
+
+configure.cppflags-append \
+ -I${prefix}/include/db3
+
variant x11 {
configure.args-delete --without-x
configure.args-append --with-x