2011-09-16 08:29:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/09/16 12:29:17 espie 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 16:39:58 -04:00
|
|
|
|
|
|
|
COMMENT = simple archive manager
|
2009-07-22 18:51:38 -04:00
|
|
|
CATEGORIES = x11 archivers
|
2011-09-16 08:29:12 -04:00
|
|
|
REVISION= 8
|
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 16:39:58 -04:00
|
|
|
DISTNAME = xarchiver-0.5.2
|
|
|
|
|
|
|
|
MAINTAINER = Landry Breuil <gaston@gcu.info>
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xarchiver/}
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
2009-09-01 03:44:16 -04: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 16:39:58 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
|
2009-09-01 03:44:16 -04:00
|
|
|
MODULES = devel/gettext
|
|
|
|
USE_GMAKE = Yes
|
2010-05-09 03:59:31 -04:00
|
|
|
USE_LIBTOOL = 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 16:39:58 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
2009-09-01 03:44:16 -04:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS = x11/gtk+2
|
|
|
|
RUN_DEPENDS = archivers/zip \
|
|
|
|
archivers/unzip \
|
|
|
|
devel/xdg-utils \
|
|
|
|
devel/desktop-file-utils
|
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 16:39:58 -04:00
|
|
|
|
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
2010-10-11 04:11:24 -04: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 16:39:58 -04:00
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
2010-05-09 03:59:31 -04:00
|
|
|
png z pthread-stubs xcb gthread-2.0 pthread xcb-render \
|
2010-07-30 02:58:57 -04:00
|
|
|
xcb-render-util gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-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 16:39:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|