diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-14 11:09:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-14 11:09:41 +0000 |
commit | 26f332b475c92ebd8f71f22c6d0d64951aa3789b (patch) | |
tree | f4eb4c8a0a895f000b6780626cc9217b78cd51d7 /net-p2p/linuxdcpp/Makefile | |
parent | 88e291012c6e977c42742cfc42f35a145870d311 (diff) | |
download | ports-26f332b475c92ebd8f71f22c6d0d64951aa3789b.tar.gz ports-26f332b475c92ebd8f71f22c6d0d64951aa3789b.zip |
Notes
Diffstat (limited to 'net-p2p/linuxdcpp/Makefile')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 38db74ea9a1f..adf018f03370 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= http://launchpadlibrarian.net/69733951/ MAINTAINER= ports@FreeBSD.org COMMENT= Port of the DC++ Direct Connect client to Unix-like systems -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs |