diff options
-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 0a4c240030f4..7293bd653ada 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 14a399d990e3..676763208f55 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 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 |