mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
31 lines
739 B
Makefile
31 lines
739 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vacuum
|
|
PORTVERSION= 1.2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= https://googledrive.com/host/0B7A5K_290X8-d1hjQmJaSGZmTTA/
|
|
PKGNAMESUFFIX= -im
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Crossplatform Jabber client
|
|
|
|
LICENSE= GPLv3
|
|
|
|
PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
USES= cmake
|
|
USE_XORG= xscrnsaver
|
|
USE_LDCONFIG= yes
|
|
USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \
|
|
network linguist_build webkit
|
|
|
|
PORTDOCS= AUTHORS CHANGELOG COPYING README TRANSLATORS
|
|
|
|
DESKTOP_ENTRIES="Vacuum-IM" "Modular, crossplatform Jabber client" \
|
|
"${PREFIX}/share/pixmaps/vacuum.png" "${PORTNAME}" \
|
|
"Qt;Network;InstantMessaging;" false
|
|
|
|
.include <bsd.port.mk>
|