diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-10-19 15:48:30 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-10-19 15:48:30 +0000 |
commit | 2e611fd8e9def0aa6ae2d938f003e27d53c07146 (patch) | |
tree | 4b1c7a9ce249238981859069933895fb0f32c446 /net-p2p/linuxdcpp/Makefile | |
parent | 4e19358e641462da84e9ec82f08f4fe88737ba3d (diff) |
- Update to version 1.1.0
- Add LICENSE (GPLv2)
Notes
Notes:
svn path=/head/; revision=283915
Diffstat (limited to 'net-p2p/linuxdcpp/Makefile')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 355f0b200ad9..1ac9ad75fb68 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -6,14 +6,17 @@ # PORTNAME= linuxdcpp -PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTVERSION= 1.1.0 CATEGORIES= net-p2p -MASTER_SITES= http://launchpadlibrarian.net/21888715/ +MASTER_SITES= http://launchpadlibrarian.net/69733951/ MAINTAINER= danfe@FreeBSD.org COMMENT= A port of the DC++ direct connect client to POSIX-like systems +LICENSE= GPLv2 + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs + USE_BZIP2= yes USE_GNOME= libglade2 USE_ICONV= yes |