aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/trix/Makefile
blob: b82bbf7cb27b129a0c499e19ad9cb777d787c6f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    trix
# Date created:             17 April 2008
# Whom:         Kozienko Aleksandr <pascalamsg@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   trix
PORTVERSION=    0.94
PORTREVISION=   3
CATEGORIES= net-im
MASTER_SITES=   SF

MAINTAINER= pascalamsg@gmail.com
COMMENT=    TriX is a chat compatible with 2.0 protocol of the Vypress Chat

USE_QT_VER= 3
USE_GMAKE=  yes
USE_PERL5=  yes
USE_XORG=   xext
GNU_CONFIGURE=  yes
USE_BZIP2=  yes

CONFIGURE_ARGS +=   --with-qt-dir=${QT_PREFIX} \
            --with-extra-includes=${LOCALBASE}/include \
            --with-extra-libs=${LOCALBASE}/lib

.if !defined(WITHOUT_PLAY)
BUILD_DEPENDS=  play:${PORTSDIR}/audio/play
.endif

post-extract:
        ${CHMOD} 744 ${WRKSRC}/install-sh

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800059
BROKEN=     does not build
.endif

.include <bsd.port.post.mk>