diff options
author | pawel <pawel@FreeBSD.org> | 2011-10-06 06:59:55 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-10-06 06:59:55 +0800 |
commit | 842ce4b3d7a9b2592309a2be2b7492e6bea46f44 (patch) | |
tree | ae8f9b6229e598d62efbeecf1f6fc9cae23b8ae6 /net-p2p/eiskaltdcpp-gtk/Makefile | |
parent | beee26d4d2e91390f1d801a1f87787420ea98871 (diff) | |
download | freebsd-ports-gnome-842ce4b3d7a9b2592309a2be2b7492e6bea46f44.tar.gz freebsd-ports-gnome-842ce4b3d7a9b2592309a2be2b7492e6bea46f44.tar.zst freebsd-ports-gnome-842ce4b3d7a9b2592309a2be2b7492e6bea46f44.zip |
- Update to version 2.2.1
- Add LICENSE
PR: ports/155447
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
Approved by: miwi, wen (mentors implicit)
Diffstat (limited to 'net-p2p/eiskaltdcpp-gtk/Makefile')
-rw-r--r-- | net-p2p/eiskaltdcpp-gtk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index cd3bf20f9068..5b10a497277a 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= eiskaltdcpp-gtk -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= eiskaltdcpp-${DISTVERSION} @@ -15,13 +14,15 @@ DISTNAME= eiskaltdcpp-${DISTVERSION} MAINTAINER= gelraen.ua@gmail.com COMMENT= EiskaltDC++ Direct Connect client GTK GUI +LICENSE= GPLv3 + RUN_DEPENDS= ${LOCALBASE}/share/eiskaltdcpp/keep_me:${PORTSDIR}/net-p2p/eiskaltdcpp-data LIB_DEPENDS= eiskaltdcpp:${PORTSDIR}/net-p2p/eiskaltdcpp-lib CMAKE_ARGS+= -DBUILD_LIB:BOOL=OFF PROJECTHOST= eiskaltdc -USE_BZIP2= yes +USE_XZ= yes USE_GCC= 4.2+ USE_CMAKE= yes USE_GETTEXT= yes |