From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 22:54:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB0D81065740; Sat, 6 Oct 2012 22:54:03 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D155F8FC19; Sat, 6 Oct 2012 22:54:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96Ms3rZ058541; Sat, 6 Oct 2012 22:54:03 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96Ms34H058539; Sat, 6 Oct 2012 22:54:03 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210062254.q96Ms34H058539@svn.freebsd.org> From: Eitan Adler Date: Sat, 6 Oct 2012 22:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305421 - head/x11/xfce4-clipman-plugin X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 22:54:04 -0000 Author: eadler Date: Sat Oct 6 22:54:03 2012 New Revision: 305421 URL: http://svn.freebsd.org/changeset/ports/305421 Log: Convert to OptionsNG Modified: head/x11/xfce4-clipman-plugin/Makefile Modified: head/x11/xfce4-clipman-plugin/Makefile ============================================================================== --- head/x11/xfce4-clipman-plugin/Makefile Sat Oct 6 22:53:42 2012 (r305420) +++ head/x11/xfce4-clipman-plugin/Makefile Sat Oct 6 22:54:03 2012 (r305421) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfce4-clipman-plugin -# Date created: 23 November 2003 -# Whom: Matt Lancereau -# +# Created by: Matt Lancereau # $FreeBSD$ -# PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.2.3 @@ -19,7 +15,8 @@ COMMENT= Xfce 4 clipboard module for xfc LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS= UNIQUE "Enable Unique (single instance) support" on +OPTIONS_DEFINE= UNIQUE +UNIQUE_DESC= Enable Unique (single instance) support GNU_CONFIGURE= yes USE_BZIP2= yes @@ -33,7 +30,7 @@ INSTALLS_ICONS= yes .include -.if !defined(WITHOUT_UNIQUE) +.if ${PORT_OPTIONS:MUNIQUE} LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique CONFIGURE_ARGS+= --enable-unique .else