1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net-im/qutim/Makefile
Martin Wilke 5eca12ed52 - Update to 0.1.1
PR:		126177
Submitted by:	Ilya Bakulin <webmaster@kibab.com> (maintainer)
2008-08-02 22:18:37 +00:00

32 lines
746 B
Makefile

# New ports collection makefile for: qutim
# Date created: Mon Jun 16 20:42:11 MSD 2008
# Whom: webmaster@kibab.com
#
# $FreeBSD$
#
PORTNAME= qutim
PORTVERSION= 0.1.1
CATEGORIES= net-im
MASTER_SITES= http://qutim.org/download/ \
http://dl.kibab.com/distfiles/qutim/ \
ftp://ftp.inferra.ru/pub/qutIM/
DISTNAME= qutim_${PORTVERSION}
MAINTAINER= webmaster@kibab.com
COMMENT= A Qt4-based lightweight ICQ client with advanced features
USE_GMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= gui network xml moc_build qmake_build rcc_build uic_build
PLIST_FILES= bin/qutIM
pre-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qutIM.pro
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/build/bin/qutIM ${PREFIX}/bin
.include <bsd.port.mk>