1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net-im/vacuum-im/Makefile
Martin Wilke 2628991f09 Vacuum IM - modular, crossplatform Jabber client
The core program is just a plugin loader - all functionality is made available
via plugins. This enforces modularity and ensures well defined component
interaction via interfaces.

WWW:	http://code.google.com/p/vacuum-im/

PR:		ports/143498
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-05-09 07:52:10 +00:00

38 lines
949 B
Makefile

# New ports collection makefile for: vacuum-im
# Date created: 2009-12-09
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= vacuum
PORTVERSION= 1.0.1
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}
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
.include <bsd.port.mk>