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 | |
parent | be5e36e90fbc6a2e5d9536c8324b1f7a07c4debb (diff) | |
download | freebsd-ports-graphics-02c0d7f51c91ac853675ba002050a52060b28b2b.tar.gz freebsd-ports-graphics-02c0d7f51c91ac853675ba002050a52060b28b2b.tar.zst freebsd-ports-graphics-02c0d7f51c91ac853675ba002050a52060b28b2b.zip |
These ports are GPLv2-licensed
Approved by: tabthorpe (mentor)
Feature safe: yes
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 3 | ||||
-rw-r--r-- | emulators/fuse-utils/Makefile | 3 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 0a4c240030f..7293bd653ad 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -14,6 +14,9 @@ DISTNAME= setiathome-svn-412 MAINTAINER= rene@FreeBSD.org COMMENT= Setiathome Enhanced for BOINC +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \ ${LOCALBASE}/include/boinc/std_fixes.h:${PORTSDIR}/net/boinc-client \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 14a399d990e..676763208f5 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Utilities from the Free Unix Spectrum Emulator +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= spectrum.7:${PORTSDIR}/emulators/libspectrum OPTIONS= AUDIOFILE "Build audio <-> tape utilities" on diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 4a3ab189510..aacbf9d6a80 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 |