ports/173788: [PATCH] archievers/file-roller optionsng
Chris Petrik
c.petrik.sosa at gmail.com
Wed Nov 21 22:10:04 UTC 2012
>Number: 173788
>Category: ports
>Synopsis: [PATCH] archievers/file-roller optionsng
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 21 22:10:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Chris Petrik
>Release:
>Organization:
na
>Environment:
>Description:
OptionsNG Changes
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: file-roller/Makefile
===================================================================
--- file-roller/Makefile (revision 305486)
+++ file-roller/Makefile (working copy)
@@ -1,10 +1,6 @@
-# New ports collection makefile for: fileroller
-# Date created: 18 May 2002
-# Whom: Anders Nordby <anders at FreeBSD.org>
-#
+# Created by: Anders Nordby <anders at FreeBSD.org>
# $FreeBSD$
# $MCom: ports/archivers/file-roller/Makefile,v 1.184 2010/11/15 22:58:48 kwm Exp $
-#
PORTNAME= file-roller
PORTVERSION= 2.32.1
@@ -17,8 +13,11 @@
MAINTAINER= gnome at FreeBSD.org
COMMENT= An archive manager for zip files, tar, etc
-OPTIONS= NAUTILUS "Enable Nautilus extension" on
+OPTIONS_DEFINE= NAUTILUS
+OPTIONS_DEFAULT= NAUTILUS
+NAUTILUS_DESC= Enable Nautilus extension
+
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
@@ -42,7 +41,7 @@
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_NAUTILUS)
+.if ${PORT_OPTIONS:MNAUTILUS}
USE_GNOME+= nautilus2
PLIST_SUB+= NAUTILUS=""
.else
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list