Revision
102442
Author
larryv@macports.org
Date
2013-02-02 23:15:32 -0800 (Sat, 02 Feb 2013)

Log Message

dvdrtools: Add modeline; change tabs to spaces; tweak formatting.

Modified Paths

Diff

Modified: trunk/dports/sysutils/dvdrtools/Portfile (102441 => 102442)


--- trunk/dports/sysutils/dvdrtools/Portfile	2013-02-03 06:25:20 UTC (rev 102441)
+++ trunk/dports/sysutils/dvdrtools/Portfile	2013-02-03 07:15:32 UTC (rev 102442)
@@ -1,26 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			dvdrtools
-version			0.2.1
-categories		sysutils
-platforms		darwin
-maintainers		nomaintainer
-description		a fork of cdrtools DVD writer support
-long_description	"Linux dvd-rw/dvd-r writing made easy and free..." \
-				Dvdrtools is a fork of cdrtools, with the primary goal of \
-				supporting writable DVD drives. \
-				Note, this port conflicts with the cdrtools port.
-homepage		http://www.nongnu.org/dvdrtools/
-master_sites	http://savannah.nongnu.org/download/dvdrtools/
-checksums		md5 e82d359137e716e8c0b04d5c73bd3e79
+name                    dvdrtools
+version                 0.2.1
+categories              sysutils
+platforms               darwin
+maintainers             nomaintainer
+description             a fork of cdrtools DVD writer support
+long_description        Dvdrtools is a fork of cdrtools, with the \
+                        primary goal of supporting writable DVD drives.
+homepage                http://www.nongnu.org/dvdrtools/
+master_sites            http://savannah.nongnu.org/download/dvdrtools/
+checksums               md5 e82d359137e716e8c0b04d5c73bd3e79
 
 platform darwin {
-	configure.env	LIBS="-lIOKit -framework CoreFoundation"
-	patchfiles		patch-scsi-mac-iokit.c \
-				patch-cdda2wav-cdda2wav.c \
-				patch-cdrecord-cdrecord.c
+        configure.env   LIBS="-lIOKit -framework CoreFoundation"
+        patchfiles      patch-scsi-mac-iokit.c \
+                        patch-cdda2wav-cdda2wav.c \
+                        patch-cdrecord-cdrecord.c
 }
 
-configure.args	--mandir=${prefix}/share/man
+configure.args          mandir=${prefix}/share/man