2014-05-27 13:06:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2014/05/27 13:06:05 giovanni Exp $
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
|
|
|
|
COMMENT = simple archive manager
|
2009-07-22 22:51:38 +00:00
|
|
|
CATEGORIES = x11 archivers
|
2014-05-27 13:06:05 +00:00
|
|
|
DISTNAME = xarchiver-0.5.3
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
|
2013-08-11 21:21:16 +00:00
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xarchiver/}
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
2009-09-01 07:44:16 +00:00
|
|
|
HOMEPAGE = http://xarchiver.sourceforge.net
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2009-09-01 07:44:16 +00:00
|
|
|
MODULES = devel/gettext
|
|
|
|
USE_GMAKE = Yes
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
2009-09-01 07:44:16 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS = x11/gtk+2
|
|
|
|
RUN_DEPENDS = archivers/zip \
|
|
|
|
archivers/unzip \
|
2014-01-10 22:18:34 +00:00
|
|
|
archivers/gtar \
|
|
|
|
archivers/p7zip \
|
2010-11-22 08:36:47 +00:00
|
|
|
devel/xdg-utils \
|
2011-12-03 23:34:04 +00:00
|
|
|
devel/desktop-file-utils \
|
|
|
|
x11/gtk+2,-guic
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
|
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
2010-10-11 08:11:24 +00:00
|
|
|
freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
2010-05-09 07:59:31 +00:00
|
|
|
png z pthread-stubs xcb gthread-2.0 pthread xcb-render \
|
2014-05-27 13:06:05 +00:00
|
|
|
xcb-render-util gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 \
|
|
|
|
ffi graphite2 harfbuzz xcb-shm
|
Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.
looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|