diff options
author | rene <rene@FreeBSD.org> | 2010-06-14 04:03:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-06-14 04:03:15 +0800 |
commit | 02c0d7f51c91ac853675ba002050a52060b28b2b (patch) | |
tree | e2dcbc58a8b55d754c0a9d5751a8271d544caa32 /x11 | |
parent | be5e36e90fbc6a2e5d9536c8324b1f7a07c4debb (diff) | |
download | freebsd-ports-gnome-02c0d7f51c91ac853675ba002050a52060b28b2b.tar.gz freebsd-ports-gnome-02c0d7f51c91ac853675ba002050a52060b28b2b.tar.zst freebsd-ports-gnome-02c0d7f51c91ac853675ba002050a52060b28b2b.zip |
These ports are GPLv2-licensed
Approved by: tabthorpe (mentor)
Feature safe: yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 4a3ab1895100..aacbf9d6a80d 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -15,6 +15,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= rene@FreeBSD.org COMMENT= XFce 4 clipboard module for xfce4-panel +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + OPTIONS= UNIQUE "Enable Unique (single instance) support" on GNU_CONFIGURE= yes |