aboutsummaryrefslogtreecommitdiff
path: root/net-im/trix/Makefile
blob: b2be0c2a3e9949a840c7c8352239e5174e8c9fcb (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
# New ports collection makefile for:	trix
# Date created:				17 April 2008
# Whom:			Kozienko Aleksandr <pascalamsg@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	trix
PORTVERSION=	0.93
PORTREVISION=	1
CATEGORIES=	net-im

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

MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

USE_QT_VER=	3
USE_GMAKE=	yes
USE_PERL5=	yes
USE_XLIB=	yes
GNU_CONFIGURE=	yes
USE_BZIP2=	yes

CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
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.mk>