diff options
Diffstat (limited to 'devel/libdbusmenu-qt/Makefile')
-rw-r--r-- | devel/libdbusmenu-qt/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libdbusmenu-qt/Makefile b/devel/libdbusmenu-qt/Makefile index 493cc7bd519d..a7a55c0e1767 100644 --- a/devel/libdbusmenu-qt/Makefile +++ b/devel/libdbusmenu-qt/Makefile @@ -6,14 +6,17 @@ # PORTNAME= libdbusmenu-qt -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.6 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= avilla +MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 implementation of the DBusMenu protocol +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING + +FETCH_ARGS= -Fpr USE_BZIP2= yes USE_CMAKE= yes USE_QT_VER= 4 |