2009-08-11 04:38:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/08/11 08:42:09 ajacoutot 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
|
2009-08-11 04:38:41 -04:00
|
|
|
PKGNAME = ${DISTNAME}p1
|
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
|
|
|
|
HOMEPAGE = http://xarchiver.xfce.org
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = x11/xfce4
|
|
|
|
DESKTOP_FILES = Yes
|
|
|
|
USE_X11 = Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
LIB_DEPENDS = gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
|
|
|
|
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
|
|
|
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
2009-08-11 04:38:41 -04:00
|
|
|
png z pthread-stubs xcb
|
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>
|