aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/vacuum-im/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-05-08 03:17:09 +0800
committermakc <makc@FreeBSD.org>2011-05-08 03:17:09 +0800
commitd789b6caa1631e3ba1e0a9b4fb0afc886138a69b (patch)
tree7b0dee239c2d0d252aaf6f0d64cf3161d06dcd45 /net-im/vacuum-im/Makefile
parent2fb0e21e817cd3f5eb8564e400ed4b2f66b28435 (diff)
downloadfreebsd-ports-gnome-d789b6caa1631e3ba1e0a9b4fb0afc886138a69b.tar.gz
freebsd-ports-gnome-d789b6caa1631e3ba1e0a9b4fb0afc886138a69b.tar.zst
freebsd-ports-gnome-d789b6caa1631e3ba1e0a9b4fb0afc886138a69b.zip
Update to 1.1.0
PR: based on ports/156025 Submitted by: Gvozdikov Veniamin (maintainer)
Diffstat (limited to 'net-im/vacuum-im/Makefile')
-rw-r--r--net-im/vacuum-im/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/net-im/vacuum-im/Makefile b/net-im/vacuum-im/Makefile
index 9c4933b0fb0b..4e14e5350dd8 100644
--- a/net-im/vacuum-im/Makefile
+++ b/net-im/vacuum-im/Makefile
@@ -6,32 +6,28 @@
#
PORTNAME= vacuum
-PORTVERSION= 1.0.2
+PORTVERSION= 1.1.0
CATEGORIES= net-im
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -im
-DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Crossplatform Jabber client
PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX}
+LICENSE= GPLv3
+
+USE_XZ= yes
+USE_CMAKE= yes
+USE_XORG= xscrnsaver
USE_QT_VER= 4
USE_LDCONFIG= yes
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \
network linguist_build webkit
DESKTOP_ENTRIES="Vacuum-IM" "Modular, crossplatform Jabber client" \
- "${DATADIR}/resources/menuicons/shared/mainwindowlogo96.png" "${PORTNAME}" \
- "Qt;Network;InstantMessaging;" ${FALSE}
-
-QMAKEFLAGS+= INSTALL_PREFIX="${PREFIX}"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKEFLAGS} ${PORTNAME}.pro
+ "${PREFIX}/share/pixmaps/vacuum.png" "${PORTNAME}" \
+ "Qt;Network;InstantMessaging;" false
.include <bsd.port.mk>