blob: f03c6571d11377a83f5f14bd47928d5ad8e7f1c5 (
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
|
# New ports collection makefile for: trix
# Date created: 17 April 2008
# Whom: Kozienko Aleksandr <pascalamsg@gmail.com>
#
# $FreeBSD$
#
PORTNAME= trix
PORTVERSION= 0.93
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>
|