View | Details | Raw Unified | Return to bug 173788
Collapse All | Expand All

(-)file-roller/Makefile (working copy) (-7 / +6 lines)
Lines 1-10 Link Here
1
# New ports collection makefile for:   fileroller
1
# Created by: Anders Nordby <anders@FreeBSD.org>
2
# Date created:                                18 May 2002
3
# Whom:                                        Anders Nordby <anders@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#   $MCom: ports/archivers/file-roller/Makefile,v 1.184 2010/11/15 22:58:48 kwm Exp $
3
#   $MCom: ports/archivers/file-roller/Makefile,v 1.184 2010/11/15 22:58:48 kwm Exp $
7
#
8
PORTNAME=      file-roller
4
PORTNAME=      file-roller
9
PORTVERSION=   2.32.1
5
PORTVERSION=   2.32.1
Lines 17-24 Link Here
17
MAINTAINER=    gnome@FreeBSD.org
13
MAINTAINER=    gnome@FreeBSD.org
18
COMMENT=       An archive manager for zip files, tar, etc
14
COMMENT=       An archive manager for zip files, tar, etc
19
OPTIONS=       NAUTILUS        "Enable Nautilus extension"     on
15
OPTIONS_DEFINE=        NAUTILUS
16
OPTIONS_DEFAULT=       NAUTILUS
17
NAUTILUS_DESC= Enable Nautilus extension
18
20
RUN_DEPENDS=   ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
19
RUN_DEPENDS=   ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
21
               ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
20
               ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
Lines 42-48 Link Here
42
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
43
.if !defined(WITHOUT_NAUTILUS)
42
.if ${PORT_OPTIONS:MNAUTILUS}
44
USE_GNOME+=    nautilus2
43
USE_GNOME+=    nautilus2
45
PLIST_SUB+=    NAUTILUS=""
44
PLIST_SUB+=    NAUTILUS=""
46
.else
45
.else

Return to bug 173788