2004-03-26 03:27:34 +01:00
|
|
|
# $NetBSD: Makefile,v 1.26 2004/03/26 02:27:34 wiz Exp $
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This 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.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
#
|
|
|
|
|
2004-02-06 18:37:30 +01:00
|
|
|
DISTNAME= file-roller-2.4.4
|
2004-03-26 03:27:34 +01:00
|
|
|
PKGREVISION= 5
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This 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.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
CATEGORIES= archivers gnome
|
2003-12-15 00:15:46 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.4/}
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This 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.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
|
2003-08-28 22:05:13 +02:00
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This 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.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
HOMEPAGE= http://fileroller.sourceforge.net/
|
|
|
|
COMMENT= Front-end to archiving programs like tar and zip
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= yes
|
2004-03-08 20:40:36 +01:00
|
|
|
DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs
|
2004-02-10 12:52:05 +01:00
|
|
|
DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base
|
|
|
|
DEPENDS+= unzip>=5.50nb2:../../archivers/unzip
|
|
|
|
DEPENDS+= zip>=2.3nb2:../../archivers/zip
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This 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.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-02-11 05:58:15 +01:00
|
|
|
USE_BUILDLINK3= yes
|
2004-01-22 08:14:59 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This 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.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
USE_PERL5= build
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
|
2003-02-14 21:55:50 +01:00
|
|
|
GCONF2_SCHEMAS= file-roller.schemas
|
|
|
|
|
2004-02-10 12:52:05 +01:00
|
|
|
EVAL_PREFIX+= PREFIX.gtar=gtar
|
|
|
|
PREFIX.gtar_DEFAULT= ${LOCALBASE}
|
|
|
|
CPPFLAGS+= -DFILEROLLER_TAR=\"\\\"${PREFIX.gtar}/bin/${GNU_PROGRAM_PREFIX}tar\\\"\"
|
|
|
|
|
|
|
|
EVAL_PREFIX+= PREFIX.unzip=unzip
|
|
|
|
PREFIX.unzip_DEFAULT= ${LOCALBASE}
|
|
|
|
CPPFLAGS+= -DFILEROLLER_UNZIP=\"\\\"${PREFIX.unzip}/bin/unzip\\\"\"
|
|
|
|
|
|
|
|
EVAL_PREFIX+= PREFIX.zip=zip
|
|
|
|
PREFIX.zip_DEFAULT= ${LOCALBASE}
|
|
|
|
CPPFLAGS+= -DFILEROLLER_ZIP=\"\\\"${PREFIX.zip}/bin/zip\\\"\"
|
|
|
|
|
2003-02-14 21:55:50 +01:00
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2004-02-16 23:41:47 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2004-02-16 23:58:29 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
2004-02-16 23:41:47 +01:00
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
2004-02-16 23:41:47 +01:00
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
2003-02-18 15:55:54 +01:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
Initial import of file-roller, version 2.0.4.
File Roller is an archive manager for the GNOME2 environment. This 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.
Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z,
.tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar.
Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-04 13:45:42 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|