diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-07 06:54:03 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-07 06:54:03 +0800 |
commit | 523ded82f22b32a6693d407c05095e9b6efe88ca (patch) | |
tree | 7513f04964eb4d836d21e75716625f213b038119 /x11 | |
parent | ae42403ecc5723c5fd68dd83d36c2c04dd8ebdfd (diff) | |
download | freebsd-ports-gnome-523ded82f22b32a6693d407c05095e9b6efe88ca.tar.gz freebsd-ports-gnome-523ded82f22b32a6693d407c05095e9b6efe88ca.tar.zst freebsd-ports-gnome-523ded82f22b32a6693d407c05095e9b6efe88ca.zip |
Convert to OptionsNG
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 4f0f170c6fc7..edd5d85b1dc0 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -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 xfce4-panel 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 |