2003-02-14 21:55:50 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2003/02/14 20:55:50 jmmv 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
|
|
|
#
|
|
|
|
|
2003-02-14 21:55:50 +01:00
|
|
|
DISTNAME= file-roller-2.2.1
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fileroller/}
|
|
|
|
|
|
|
|
MAINTAINER= jrp@hispabsd.org
|
|
|
|
HOMEPAGE= http://fileroller.sourceforge.net/
|
|
|
|
COMMENT= Front-end to archiving programs like tar and zip
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= yes
|
2003-02-14 21:55:50 +01:00
|
|
|
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
|
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
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= build
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
|
2003-02-14 21:55:50 +01:00
|
|
|
GCONF2_SCHEMAS= file-roller.schemas
|
|
|
|
|
|
|
|
.include "../../devel/GConf2/schemas.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 "../../devel/libgnomeui/buildlink2.mk"
|
|
|
|
.include "../../devel/libgnome/buildlink2.mk"
|
|
|
|
.include "../../devel/bonobo-activation/buildlink2.mk"
|
|
|
|
.include "../../devel/libglade2/buildlink2.mk"
|
|
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink2.mk"
|
|
|
|
.include "../../textproc/scrollkeeper/buildlink2.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|