Date: Sat, 6 Oct 2012 22:54:03 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305421 - head/x11/xfce4-clipman-plugin Message-ID: <201210062254.q96Ms34H058539@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <matt@rimasec.net> -# +# Created by: Matt Lancereau <matt@rimasec.net> # $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 <bsd.port.pre.mk> -.if !defined(WITHOUT_UNIQUE) +.if ${PORT_OPTIONS:MUNIQUE} LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique CONFIGURE_ARGS+= --enable-unique .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210062254.q96Ms34H058539>