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/kmldonkey | |
parent | 7703e0ab2f144ad925d487170230c9df15d4fb23 (diff) | |
download | freebsd-ports-graphics-673993cdd17dce02c99c09b32bebc86f558c621e.tar.gz freebsd-ports-graphics-673993cdd17dce02c99c09b32bebc86f558c621e.tar.zst freebsd-ports-graphics-673993cdd17dce02c99c09b32bebc86f558c621e.zip |
Add LICENSE* information
Diffstat (limited to 'net-p2p/kmldonkey')
-rw-r--r-- | net-p2p/kmldonkey/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/kmldonkey/Makefile b/net-p2p/kmldonkey/Makefile index b287278d4f1..7e8a77d50fb 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 |