svn commit: r305421 - head/x11/xfce4-clipman-plugin

Eitan Adler eadler at FreeBSD.org
Sat Oct 6 22:54:04 UTC 2012


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 at rimasec.net>
-#
+# Created by: Matt Lancereau <matt at 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



More information about the svn-ports-all mailing list