aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/xarchive/Makefile
blob: 4634ab9db83512b9f4de3a0c305e8670f1ad6d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# New ports collection makefile for:    xarchive
# Date created:             09 November 2005
# Whom:                 Mark Kane <mark@mkproductions.org>
#
# $FreeBSD$
#

PORTNAME=   xarchive
PORTVERSION=    0.2.8.6
PORTREVISION=   4
CATEGORIES= archivers
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/0.2.8-6
DISTNAME=   ${PORTNAME}-0.2.8-6

MAINTAINER= mark@mkproductions.org
COMMENT=    A GTK+ front end for archiving tools

RUN_DEPENDS=    bash:${PORTSDIR}/shells/bash

MAN1=       xarchive.1

GNU_CONFIGURE=  yes
USE_GNOME=  gtk20

OPTIONS=    7ZIP "Support for 7zip archives" off \
        ARJ "Support for ARJ archives" off \
        ACE "Support for ACE archives" off \
        DEB "Support for DEB archives" off \
        RAR "Support for RAR archives" off \
        RPM "Support for RPM archives" off \
        ZIP "Support for ZIP archives" off

.include <bsd.port.pre.mk>

.if defined (WITH_7ZIP)
RUN_DEPENDS+=   7z:${PORTSDIR}/archivers/p7zip
.endif

.if defined (WITH_ARJ)
RUN_DEPENDS+=   arj:${PORTSDIR}/archivers/arj
.endif

.if defined (WITH_ACE)
RUN_DEPENDS+=   unace:${PORTSDIR}/archivers/unace
.endif

.if defined (WITH_DEB)
RUN_DEPENDS+=   dpkg-deb:${PORTSDIR}/archivers/dpkg
.endif

.if defined (WITH_RAR)
RUN_DEPENDS+=   rar:${PORTSDIR}/archivers/rar \
        unrar:${PORTSDIR}/archivers/unrar
.endif

.if defined (WITH_RPM)
RUN_DEPENDS+=   rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \
        rpm:${PORTSDIR}/archivers/rpm
.endif

.if defined (WITH_ZIP)
RUN_DEPENDS+=   zip:${PORTSDIR}/archivers/zip \
        unzip:${PORTSDIR}/archivers/unzip
.endif

.include <bsd.port.post.mk>