diff options
author | lioux <lioux@FreeBSD.org> | 2010-06-13 20:41:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-06-13 20:41:33 +0800 |
commit | 673993cdd17dce02c99c09b32bebc86f558c621e (patch) | |
tree | d8addeb1c45e78ff8eaaedd4b328673389cc57ec /net-p2p | |
parent | 7703e0ab2f144ad925d487170230c9df15d4fb23 (diff) | |
download | freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.tar.gz freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.tar.zst freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.zip |
Add LICENSE* information
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/edonkey-tool-hash/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/gkremldk/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/kmldonkey/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/mldonkey-serverspy/Makefile | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index e5cafa68e8e7..85a4cdefba5f 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -15,6 +15,9 @@ DISTNAME= ed2k_hash-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= bin/edonkey-tool-hash GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/net-p2p/gkremldk/Makefile b/net-p2p/gkremldk/Makefile index d2e45d927748..f67317c782d6 100644 --- a/net-p2p/gkremldk/Makefile +++ b/net-p2p/gkremldk/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= \ ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/kmldonkey/Makefile b/net-p2p/kmldonkey/Makefile index b287278d4f1a..7e8a77d50fbf 100644 --- a/net-p2p/kmldonkey/Makefile +++ b/net-p2p/kmldonkey/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= lioux@FreeBSD.org COMMENT= KDE integration for MLDonkey eDonkey P2P client +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 diff --git a/net-p2p/mldonkey-serverspy/Makefile b/net-p2p/mldonkey-serverspy/Makefile index a68a5510f5a1..39e0be35a515 100644 --- a/net-p2p/mldonkey-serverspy/Makefile +++ b/net-p2p/mldonkey-serverspy/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= \ ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net +LICENSE= GPLv2 + USE_PERL5= yes NO_BUILD= yes |