[32497] trunk/dports/net/libpcap/Portfile

ricci at macports.org ricci at macports.org
Fri Jan 4 22:13:54 PST 2008


Revision: 32497
          http://trac.macosforge.org/projects/macports/changeset/32497
Author:   ricci at macports.org
Date:     2008-01-04 22:13:52 -0800 (Fri, 04 Jan 2008)

Log Message:
-----------
whitespace changes only

Modified Paths:
--------------
    trunk/dports/net/libpcap/Portfile

Modified: trunk/dports/net/libpcap/Portfile
===================================================================
--- trunk/dports/net/libpcap/Portfile	2008-01-05 05:54:49 UTC (rev 32496)
+++ trunk/dports/net/libpcap/Portfile	2008-01-05 06:13:52 UTC (rev 32497)
@@ -1,44 +1,47 @@
 # $Id$
 
 PortSystem 1.0
-name		libpcap
-version		0.9.5
-revision	1
-categories	net
-maintainers	opendarwin.org at darkart.com
-description	Packet Capture library
-long_description	The Packet Capture library provides a high level interface to packet \
-	capture systems. All  packets  on  the network, even those  destined \
-	for  other  hosts,  are  accessible through this mechanism.
-homepage	http://www.tcpdump.org/
-platforms	darwin
-master_sites	macports \
-		${homepage}release/
-checksums	md5 b0626ad59004fe5767ddd2ce743a2271 \
-		sha1 3a3b0821f7201b4a72201c69ca2411a3db8a83c3
 
-configure.args	--mandir=${prefix}/share/man
-# configure.env	CFLAGS="-I. -dynamic -fno-common -DHAVE_CONFIG_H"
-configure.cflags-append	-I. -dynamic -fno-common -DHAVE_CONFIG_H
-patchfiles	patch-Makefile.in \
-		patch-inet.c
+name                libpcap
+version             0.9.5
+revision            1
+categories          net
+maintainers         opendarwin.org at darkart.com
+description         Packet Capture library
+long_description    The Packet Capture library provides a high level \
+                    interface to packet capture systems.  All packets \
+                    on the network, even those destined for other hosts, \
+                    are accessible through this mechanism.
+homepage            http://www.tcpdump.org/
+platforms           darwin
+master_sites        macports \
+                    ${homepage}release/
+checksums           md5 b0626ad59004fe5767ddd2ce743a2271 \
+                    sha1 3a3b0821f7201b4a72201c69ca2411a3db8a83c3
 
-pre-configure	{
-	reinplace "s/COMPAT_INFO/-compatibility_version $version -current_version $version/" \
-	${worksrcpath}/Makefile.in
+configure.args             --mandir=${prefix}/share/man
+# configure.env            CFLAGS="-I. -dynamic -fno-common -DHAVE_CONFIG_H"
+configure.cflags-append    -I. -dynamic -fno-common -DHAVE_CONFIG_H
+
+patchfiles          patch-Makefile.in \
+                    patch-inet.c
+
+pre-configure {
+    reinplace "s/COMPAT_INFO/-compatibility_version $version -current_version $version/" \
+    ${worksrcpath}/Makefile.in
 }
 
 variant ipv6 {
-	configure.args-append	--enable-ipv6
+    configure.args-append    --enable-ipv6
 }
 
 variant no_shared {
-	# configure.env-delete	CFLAGS="-I. -dynamic -fno-common -DHAVE_CONFIG_H"
-	configure.cflags-delete	-I. -dynamic -fno-common -DHAVE_CONFIG_H
-	patchfiles-delete	patch-Makefile.in
-	pre-configure	{
-		reinplace "s/COMPAT_INFO/-compatibility_version $version -current_version $version/" \
-		Makefile.in
-		}
+    # configure.env-delete      CFLAGS="-I. -dynamic -fno-common -DHAVE_CONFIG_H"
+    configure.cflags-delete     -I. -dynamic -fno-common -DHAVE_CONFIG_H
+    patchfiles-delete           patch-Makefile.in
+    pre-configure {
+        reinplace "s/COMPAT_INFO/-compatibility_version $version -current_version $version/" \
+        Makefile.in
+    }
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080104/b211f5ae/attachment.html


More information about the macports-changes mailing list