From d70d434faae67f9aa4d3cc0bb5ee7cc65bf1a4c8 Mon Sep 17 00:00:00 2001 From: Ole Guldberg Jensen Date: Thu, 11 Dec 2003 15:58:52 +0000 Subject: [PATCH] Bug: Submitted by: olegb@ Reviewed by: Approved by: Obtained from: Port: file-roller Version: 2.4.1.1 Initial checkin, of this gnome2.4 app. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4194 d073be05-634f-4543-b044-5fe20cf6d1d6 --- gnome/file-roller/Portfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gnome/file-roller/Portfile diff --git a/gnome/file-roller/Portfile b/gnome/file-roller/Portfile new file mode 100644 index 0000000000000..77c11587e3055 --- /dev/null +++ b/gnome/file-roller/Portfile @@ -0,0 +1,22 @@ +# $Id: Portfile,v 1.1 2003/12/11 15:58:52 olegb Exp $ +PortSystem 1.0 +name file-roller +version 2.4.1.1 +description An archive manager for GNOME +long_description File Roller is an archive manager for the GNOME \ + environment. Archive manager means that you can: \ + * Create and modify archives. \ + * View the content of an archive. \ + * View a file contained in the archive. \ + * Extract files from the archive. +maintainers olegb@opendarwin.org +categories gnome +platforms darwin +homepage http://fileroller.sourceforge.net/ +master_sites gnome:sources/file-roller/2.4/ +checksums md5 912ac30bbdf43451405c11f8927bf960 +depends_lib lib:libgnome-session:gnome-session +use_bzip2 yes +configure.args --mandir=${prefix}/share/man +configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ + CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"